#B9ABDE

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

Shades of Moon Raker #B9ABDE

Tints of Moon Raker #B9ABDE

Color information

#B9ABDE (or 0xB9ABDE) is unknown color: approx Moon Raker. HEX triplet: B9, AB and DE. RGB value is (185,171,222). Sum of RGB (Red+Green+Blue) = 185+171+222=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABDE is #465421. Grayscale: #B4B4B4. Windows color (decimal): -4609058 or 14592953. OLE color: 14592953.

HSL color Cylindrical-coordinate representation of color #B9ABDE: hue angle of 256.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9ABDE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185171222-
CMYK0.170.2300.13
HSL256.47º43.59%77.06%-
HSV(B)256.47º22.97%87.06%-
XYZ47.7644.7175.22-
YUV181151.14130.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=32.01%
G=29.58%
B=38.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851712220.170.2300.13256.4743.5977.06
HexB9ABDE11170D1002c4d
Octal271253336212701540054115
Binary1011100110101011110111101000110111011011000000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABDE; }

 p { color: rgb(185,171,222); }

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

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

 a { background-color: rgb(185,171,222); }

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

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

 span { border-color: rgb(185,171,222); }

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