Html Css Color HEX #B9B8CC Blue Haze

📋 copy color: '#B9B8CC'

red 185 ◦ green 184 ◦ blue 204

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

Shades of Blue Haze #B9B8CC

Tints of Blue Haze #B9B8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.11%

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

R = 32.29%
G = 32.11%
B = 35.6%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9B8CC (or 0xB9B8CC) is known color: Blue Haze. HEX triplet: B9, B8 and CC. RGB value is (185,184,204). Sum of RGB (Red+Green+Blue) = 185+184+204=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9B8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B8CC is #464733. Grayscale: #BABABA. Windows color (decimal): -4605748 or 13416633. OLE color: 13416633.

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

Color convert

RGB 185 184 204 -
CMYK 0.09 0.10 0 0.2
HSL 243º 0.16% 0.76% -
HSV(B) 243º 0.1% 0.8% -
XYZ 48.05 48.95 64.04 -
YUV 186.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 185 184 204 0.09 0.10 0 0.2 243 0.16 0.76
Hex B9 B8 CC 9 A 0 14 F3 10 4C
Octal 271 270 314 11 12 0 24 363 20 114
Binary 10111001 10111000 11001100 1001 1010 0 10100 11110011 10000 1001100

Color Harmonies of #B9B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B8CC

Black with #B9B8CC

Text Example


Text Example

White with #B9B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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