Html Css Color HEX #B9ABCB Moon Raker

📋 copy color: '#B9ABCB'

red 185 ◦ green 171 ◦ blue 203

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

Shades of Moon Raker #B9ABCB

Tints of Moon Raker #B9ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 33.09%
G = 30.59%
B = 36.31%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9ABCB (or 0xB9ABCB) is known color: Moon Raker. HEX triplet: B9, AB and CB. RGB value is (185,171,203). Sum of RGB (Red+Green+Blue) = 185+171+203=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABCB is #465434. Grayscale: #B2B2B2. Windows color (decimal): -4609077 or 13347769. OLE color: 13347769.

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

Color convert

RGB 185 171 203 -
CMYK 0.09 0.16 0 0.20
HSL 266.25º 0.24% 0.73% -
HSV(B) 266.25º 0.16% 0.8% -
XYZ 45.35 43.75 62.55 -
YUV 178.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 185 171 203 0.09 0.16 0 0.20 266.25 0.24 0.73
Hex B9 AB CB 9 10 0 14 10A 18 49
Octal 271 253 313 11 20 0 24 412 30 111
Binary 10111001 10101011 11001011 1001 10000 0 10100 100001010 11000 1001001

Color Harmonies of #B9ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABCB

Black with #B9ABCB

Text Example


Text Example

White with #B9ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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