Shades of Blue Haze #B3B2CB
Tints of Blue Haze #B3B2CB
RGB
CMYK
RGB Variations
Color information
#B3B2CB (or 0xB3B2CB) is known color: Blue Haze. HEX triplet: B3, B2 and CB. RGB value is (179,178,203). Sum of RGB (Red+Green+Blue) = 179+178+203=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3B2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2CB is #4C4D34. Grayscale: #B5B5B5. Windows color (decimal): -5000501 or 13349555. OLE color: 13349555.
HSL color Cylindrical-coordinate representation of color #B3B2CB: hue angle of 242.4º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3B2CB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 178 | 203 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.20 |
| HSL | 242.4º | 0.19% | 0.75% | - |
| HSV(B) | 242.4º | 0.12% | 0.8% | - |
| XYZ | 45.29 | 45.74 | 62.94 | - |
| YUV | 181.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 203 | 0.12 | 0.12 | 0 | 0.20 | 242.4 | 0.19 | 0.75 |
| Hex | B3 | B2 | CB | C | C | 0 | 14 | F2 | 13 | 4B |
| Octal | 263 | 262 | 313 | 14 | 14 | 0 | 24 | 362 | 23 | 113 |
| Binary | 10110011 | 10110010 | 11001011 | 1100 | 1100 | 0 | 10100 | 11110010 | 10011 | 1001011 |
Color Harmonies of #B3B2CB
Complementary color
Monochromatic Colors of #B3B2CB
Black with #B3B2CB
Text Example
Text Example
White with #B3B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B2CB; }
p { color: rgb(179,178,203); }
H1.HeaderClassName
{
color: #B3B2CB;
}
.AnyTagClassName
{
color: #B3B2CB;
}
</style>
background-color css
<style>
a { background-color: #B3B2CB; }
a { background-color: rgb(179,178,203); }
div.DivClassName
{
background-color: #B3B2CB;
}
.BgClassName
{
background-color: #B3B2CB;
}
</style>
border-color css
<style>
span { border-color: #B3B2CB; }
span { border-color: rgb(179,178,203); }
td.TdClassName
{
border-color: #B3B2CB;
}
.TagClassName
{
border-color: #B3B2CB;
}
</style>