Html Css Color HEX #B2B1CE Blue Haze

📋 copy color: '#B2B1CE'

red 178 ◦ green 177 ◦ blue 206

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

Shades of Blue Haze #B2B1CE

Tints of Blue Haze #B2B1CE

RGB

 RED value IS 178 (69.92% from 255) = 31.73%

 GREEN value IS 177 (69.53% from 255) = 31.55%

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

R = 31.73%
G = 31.55%
B = 36.72%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B2B1CE (or 0xB2B1CE) is known color: Blue Haze. HEX triplet: B2, B1 and CE. RGB value is (178,177,206). Sum of RGB (Red+Green+Blue) = 178+177+206=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B1CE is #4D4E31. Grayscale: #B4B4B4. Windows color (decimal): -5066290 or 13545906. OLE color: 13545906.

HSL color Cylindrical-coordinate representation of color #B2B1CE: hue angle of 242.07º degrees, saturation: 0.23, 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 #B2B1CE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 177 206 -
CMYK 0.14 0.14 0 0.19
HSL 242.07º 0.23% 0.75% -
HSV(B) 242.07º 0.14% 0.81% -
XYZ 45.22 45.37 64.77 -
YUV 180.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 178 177 206 0.14 0.14 0 0.19 242.07 0.23 0.75
Hex B2 B1 CE E E 0 13 F2 17 4B
Octal 262 261 316 16 16 0 23 362 27 113
Binary 10110010 10110001 11001110 1110 1110 0 10011 11110010 10111 1001011

Color Harmonies of #B2B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B1CE

Black with #B2B1CE

Text Example


Text Example

White with #B2B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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