Html Css Color HEX #B9ABCC Moon Raker

📋 copy color: '#B9ABCC'

red 185 ◦ green 171 ◦ blue 204

#B9ABCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #B9ABCC

Tints of Moon Raker #B9ABCC

RGB

 RED value IS 185 (72.66% from 255) = 33.04%

 GREEN value IS 171 (67.19% from 255) = 30.54%

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 33.04%
G = 30.54%
B = 36.43%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9ABCC (or 0xB9ABCC) is known color: Moon Raker. HEX triplet: B9, AB and CC. RGB value is (185,171,204). Sum of RGB (Red+Green+Blue) = 185+171+204=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABCC is #465433. Grayscale: #B2B2B2. Windows color (decimal): -4609076 or 13413305. OLE color: 13413305.

HSL color Cylindrical-coordinate representation of color #B9ABCC: hue angle of 265.45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9ABCC is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 171 204 -
CMYK 0.09 0.16 0 0.2
HSL 265.45º 0.24% 0.74% -
HSV(B) 265.45º 0.16% 0.8% -
XYZ 45.47 43.8 63.18 -
YUV 178.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 185 171 204 0.09 0.16 0 0.2 265.45 0.24 0.74
Hex B9 AB CC 9 10 0 14 109 18 4A
Octal 271 253 314 11 20 0 24 411 30 112
Binary 10111001 10101011 11001100 1001 10000 0 10100 100001001 11000 1001010

Color Harmonies of #B9ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABCC

Black with #B9ABCC

Text Example


Text Example

White with #B9ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABCC; }

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

 H1.HeaderClassName
 {
   color: #B9ABCC;
 }
 .AnyTagClassName
 {
   color: #B9ABCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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