Shades of Blue Haze #B2B2C6
Tints of Blue Haze #B2B2C6
RGB
CMYK
RGB Variations
Color information
#B2B2C6 (or 0xB2B2C6) is known color: Blue Haze. HEX triplet: B2, B2 and C6. RGB value is (178,178,198). Sum of RGB (Red+Green+Blue) = 178+178+198=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2B2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B2C6 is #4D4D39. Grayscale: #B4B4B4. Windows color (decimal): -5066042 or 13021874. OLE color: 13021874.
HSL color Cylindrical-coordinate representation of color #B2B2C6: hue angle of 240º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2B2C6 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 178 | 198 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.22 |
| HSL | 240º | 0.15% | 0.74% | - |
| HSV(B) | 240º | 0.1% | 0.78% | - |
| XYZ | 44.47 | 45.38 | 59.84 | - |
| YUV | 180.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 198 | 0.10 | 0.10 | 0 | 0.22 | 240 | 0.15 | 0.74 |
| Hex | B2 | B2 | C6 | A | A | 0 | 16 | F0 | F | 4A |
| Octal | 262 | 262 | 306 | 12 | 12 | 0 | 26 | 360 | 17 | 112 |
| Binary | 10110010 | 10110010 | 11000110 | 1010 | 1010 | 0 | 10110 | 11110000 | 1111 | 1001010 |
Color Harmonies of #B2B2C6
Complementary color
Monochromatic Colors of #B2B2C6
Black with #B2B2C6
Text Example
Text Example
White with #B2B2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B2C6; }
p { color: rgb(178,178,198); }
H1.HeaderClassName
{
color: #B2B2C6;
}
.AnyTagClassName
{
color: #B2B2C6;
}
</style>
background-color css
<style>
a { background-color: #B2B2C6; }
a { background-color: rgb(178,178,198); }
div.DivClassName
{
background-color: #B2B2C6;
}
.BgClassName
{
background-color: #B2B2C6;
}
</style>
border-color css
<style>
span { border-color: #B2B2C6; }
span { border-color: rgb(178,178,198); }
td.TdClassName
{
border-color: #B2B2C6;
}
.TagClassName
{
border-color: #B2B2C6;
}
</style>