#BDABE1

Color #BDABE1 Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BDABE1

Tints of Moon Raker #BDABE1

Color information

#BDABE1 (or 0xBDABE1) is unknown color: approx Moon Raker. HEX triplet: BD, AB and E1. RGB value is (189,171,225). Sum of RGB (Red+Green+Blue) = 189+171+225=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABE1 is #42541E. Grayscale: #B6B6B6. Windows color (decimal): -4346911 or 14789565. OLE color: 14789565.

HSL color Cylindrical-coordinate representation of color #BDABE1: hue angle of 260º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDABE1 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189171225-
CMYK0.160.2400.12
HSL260º47.37%77.65%-
HSV(B)260º24%88.24%-
XYZ49.1445.3877.4-
YUV182.54151.96132.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=32.31%
G=29.23%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891712250.160.2400.1226047.3777.65
HexBDABE110180C1042f4e
Octal275253341203001440457116
Binary1011110110101011111000011000011000011001000001001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABE1; }

 p { color: rgb(189,171,225); }

 H1.HeaderClassName
 {
   color: #BDABE1;
 }
 .AnyTagClassName
 {
   color: #BDABE1;
 }
</style>
background-color css

<style>
 a { background-color: #BDABE1; }

 a { background-color: rgb(189,171,225); }

 div.DivClassName
 {
   background-color: #BDABE1;
 }
 .BgClassName
 {
   background-color: #BDABE1;
 }
</style>
border-color css

<style>
 span { border-color: #BDABE1; }

 span { border-color: rgb(189,171,225); }

 td.TdClassName
 {
   border-color: #BDABE1;
 }
 .TagClassName
 {
   border-color: #BDABE1;
 }
</style>