Html Css Color HEX #B2B0C0 Blue Haze

📋 copy color: '#B2B0C0'

red 178 ◦ green 176 ◦ blue 192

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

Shades of Blue Haze #B2B0C0

Tints of Blue Haze #B2B0C0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.23%

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

R = 32.6%
G = 32.23%
B = 35.16%

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

#B2B0C0 (or 0xB2B0C0) is known color: Blue Haze. HEX triplet: B2, B0 and C0. RGB value is (178,176,192). Sum of RGB (Red+Green+Blue) = 178+176+192=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2B0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0C0 is #4D4F3F. Grayscale: #B2B2B2. Windows color (decimal): -5066560 or 12628146. OLE color: 12628146.

HSL color Cylindrical-coordinate representation of color #B2B0C0: hue angle of 247.5º 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 #B2B0C0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 176 192 -
CMYK 0.07 0.08 0 0.25
HSL 247.5º 0.11% 0.72% -
HSV(B) 247.5º 0.08% 0.75% -
XYZ 43.4 44.32 56.14 -
YUV 178.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 178 176 192 0.07 0.08 0 0.25 247.5 0.11 0.72
Hex B2 B0 C0 7 8 0 19 F8 B 48
Octal 262 260 300 7 10 0 31 370 13 110
Binary 10110010 10110000 11000000 111 1000 0 11001 11111000 1011 1001000

Color Harmonies of #B2B0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B0C0

Black with #B2B0C0

Text Example


Text Example

White with #B2B0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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