Html Css Color HEX #B9B2CE Blue Haze

📋 copy color: '#B9B2CE'

red 185 ◦ green 178 ◦ blue 206

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

Shades of Blue Haze #B9B2CE

Tints of Blue Haze #B9B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.28%

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 32.51%
G = 31.28%
B = 36.2%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9B2CE (or 0xB9B2CE) is known color: Blue Haze. HEX triplet: B9, B2 and CE. RGB value is (185,178,206). Sum of RGB (Red+Green+Blue) = 185+178+206=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B2CE is #464D31. Grayscale: #B7B7B7. Windows color (decimal): -4607282 or 13546169. OLE color: 13546169.

HSL color Cylindrical-coordinate representation of color #B9B2CE: hue angle of 255º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9B2CE is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 178 206 -
CMYK 0.10 0.14 0 0.19
HSL 255º 0.22% 0.75% -
HSV(B) 255º 0.14% 0.81% -
XYZ 47.07 46.61 64.91 -
YUV 183.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 185 178 206 0.10 0.14 0 0.19 255 0.22 0.75
Hex B9 B2 CE A E 0 13 FF 16 4B
Octal 271 262 316 12 16 0 23 377 26 113
Binary 10111001 10110010 11001110 1010 1110 0 10011 11111111 10110 1001011

Color Harmonies of #B9B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B2CE

Black with #B9B2CE

Text Example


Text Example

White with #B9B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B2CE; }

 p { color: rgb(185,178,206); }

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

background-color css

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

 a { background-color: rgb(185,178,206); }

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

border-color css

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

 span { border-color: rgb(185,178,206); }

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