Html Css Color HEX #B9ABC8 Moon Raker

📋 copy color: '#B9ABC8'

red 185 ◦ green 171 ◦ blue 200

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

Shades of Moon Raker #B9ABC8

Tints of Moon Raker #B9ABC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.97%

R = 33.27%
G = 30.76%
B = 35.97%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B9ABC8 (or 0xB9ABC8) is known color: Moon Raker. HEX triplet: B9, AB and C8. RGB value is (185,171,200). Sum of RGB (Red+Green+Blue) = 185+171+200=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #B9ABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABC8 is #465437. Grayscale: #B2B2B2. Windows color (decimal): -4609080 or 13151161. OLE color: 13151161.

HSL color Cylindrical-coordinate representation of color #B9ABC8: hue angle of 268.97º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9ABC8 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 171 200 -
CMYK 0.08 0.14 0 0.22
HSL 268.97º 0.21% 0.73% -
HSV(B) 268.97º 0.15% 0.78% -
XYZ 45 43.61 60.69 -
YUV 178.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 185 171 200 0.08 0.14 0 0.22 268.97 0.21 0.73
Hex B9 AB C8 8 E 0 16 10D 15 49
Octal 271 253 310 10 16 0 26 415 25 111
Binary 10111001 10101011 11001000 1000 1110 0 10110 100001101 10101 1001001

Color Harmonies of #B9ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABC8

Black with #B9ABC8

Text Example


Text Example

White with #B9ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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