#B9ABCD

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

Shades of Moon Raker #B9ABCD

Tints of Moon Raker #B9ABCD

Color information

#B9ABCD (or 0xB9ABCD) is unknown color: approx Moon Raker. HEX triplet: B9, AB and CD. RGB value is (185,171,205). Sum of RGB (Red+Green+Blue) = 185+171+205=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABCD is #465432. Grayscale: #B2B2B2. Windows color (decimal): -4609075 or 13478841. OLE color: 13478841.

HSL color Cylindrical-coordinate representation of color #B9ABCD: hue angle of 264.71º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9ABCD is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185171205-
CMYK0.100.1700.20
HSL264.71º25.37%73.73%-
HSV(B)264.71º16.59%80.39%-
XYZ45.5943.8563.82-
YUV179.06142.64132.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=32.98%
G=30.48%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851712050.100.1700.20264.7125.3773.73
HexB9ABCDA11014109194a
Octal271253315122102441131112
Binary101110011010101111001101101010001010100100001001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABCD; }

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

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

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

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

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

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

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

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