Shades of Blue Haze #B6B2C3
Tints of Blue Haze #B6B2C3
RGB
CMYK
RGB Variations
Color information
#B6B2C3 (or 0xB6B2C3) is known color: Blue Haze. HEX triplet: B6, B2 and C3. RGB value is (182,178,195). Sum of RGB (Red+Green+Blue) = 182+178+195=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #B6B2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B2C3 is #494D3C. Grayscale: #B5B5B5. Windows color (decimal): -4803901 or 12825270. OLE color: 12825270.
HSL color Cylindrical-coordinate representation of color #B6B2C3: hue angle of 254.12º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6B2C3 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 178 | 195 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.24 |
| HSL | 254.12º | 0.12% | 0.73% | - |
| HSV(B) | 254.12º | 0.09% | 0.76% | - |
| XYZ | 45.06 | 45.73 | 58.08 | - |
| YUV | 181.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 178 | 195 | 0.07 | 0.09 | 0 | 0.24 | 254.12 | 0.12 | 0.73 |
| Hex | B6 | B2 | C3 | 7 | 9 | 0 | 18 | FE | C | 49 |
| Octal | 266 | 262 | 303 | 7 | 11 | 0 | 30 | 376 | 14 | 111 |
| Binary | 10110110 | 10110010 | 11000011 | 111 | 1001 | 0 | 11000 | 11111110 | 1100 | 1001001 |
Color Harmonies of #B6B2C3
Complementary color
Monochromatic Colors of #B6B2C3
Black with #B6B2C3
Text Example
Text Example
White with #B6B2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B2C3; }
p { color: rgb(182,178,195); }
H1.HeaderClassName
{
color: #B6B2C3;
}
.AnyTagClassName
{
color: #B6B2C3;
}
</style>
background-color css
<style>
a { background-color: #B6B2C3; }
a { background-color: rgb(182,178,195); }
div.DivClassName
{
background-color: #B6B2C3;
}
.BgClassName
{
background-color: #B6B2C3;
}
</style>
border-color css
<style>
span { border-color: #B6B2C3; }
span { border-color: rgb(182,178,195); }
td.TdClassName
{
border-color: #B6B2C3;
}
.TagClassName
{
border-color: #B6B2C3;
}
</style>