Html Css Color HEX #B2B1C0 Blue Haze

📋 copy color: '#B2B1C0'

red 178 ◦ green 177 ◦ blue 192

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

Shades of Blue Haze #B2B1C0

Tints of Blue Haze #B2B1C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.1%

R = 32.54%
G = 32.36%
B = 35.1%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2B1C0 (or 0xB2B1C0) is known color: Blue Haze. HEX triplet: B2, B1 and C0. RGB value is (178,177,192). Sum of RGB (Red+Green+Blue) = 178+177+192=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2B1C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B1C0 is #4D4E3F. Grayscale: #B2B2B2. Windows color (decimal): -5066304 or 12628402. OLE color: 12628402.

HSL color Cylindrical-coordinate representation of color #B2B1C0: hue angle of 244º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2B1C0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 177 192 -
CMYK 0.07 0.08 0 0.25
HSL 244º 0.11% 0.72% -
HSV(B) 244º 0.08% 0.75% -
XYZ 43.6 44.72 56.2 -
YUV 179.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 178 177 192 0.07 0.08 0 0.25 244 0.11 0.72
Hex B2 B1 C0 7 8 0 19 F4 B 48
Octal 262 261 300 7 10 0 31 364 13 110
Binary 10110010 10110001 11000000 111 1000 0 11001 11110100 1011 1001000

Color Harmonies of #B2B1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B1C0

Black with #B2B1C0

Text Example


Text Example

White with #B2B1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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