Html Css Color HEX #B9B6CB Blue Haze

📋 copy color: '#B9B6CB'

red 185 ◦ green 182 ◦ blue 203

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

Shades of Blue Haze #B9B6CB

Tints of Blue Haze #B9B6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.93%

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

R = 32.46%
G = 31.93%
B = 35.61%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9B6CB (or 0xB9B6CB) is known color: Blue Haze. HEX triplet: B9, B6 and CB. RGB value is (185,182,203). Sum of RGB (Red+Green+Blue) = 185+182+203=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B6CB is #464934. Grayscale: #B9B9B9. Windows color (decimal): -4606261 or 13350585. OLE color: 13350585.

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

Color convert

RGB 185 182 203 -
CMYK 0.09 0.10 0 0.20
HSL 248.57º 0.17% 0.75% -
HSV(B) 248.57º 0.1% 0.8% -
XYZ 47.52 48.08 63.28 -
YUV 185.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 185 182 203 0.09 0.10 0 0.20 248.57 0.17 0.75
Hex B9 B6 CB 9 A 0 14 F9 11 4B
Octal 271 266 313 11 12 0 24 371 21 113
Binary 10111001 10110110 11001011 1001 1010 0 10100 11111001 10001 1001011

Color Harmonies of #B9B6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B6CB

Black with #B9B6CB

Text Example


Text Example

White with #B9B6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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