Shades of Blue Haze #B4B3CA
Tints of Blue Haze #B4B3CA
RGB
CMYK
RGB Variations
Color information
#B4B3CA (or 0xB4B3CA) is known color: Blue Haze. HEX triplet: B4, B3 and CA. RGB value is (180,179,202). Sum of RGB (Red+Green+Blue) = 180+179+202=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B3CA is #4B4C35. Grayscale: #B5B5B5. Windows color (decimal): -4934710 or 13284276. OLE color: 13284276.
HSL color Cylindrical-coordinate representation of color #B4B3CA: hue angle of 242.61º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4B3CA is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 179 | 202 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.21 |
| HSL | 242.61º | 0.18% | 0.75% | - |
| HSV(B) | 242.61º | 0.11% | 0.79% | - |
| XYZ | 45.6 | 46.21 | 62.39 | - |
| YUV | 181.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 202 | 0.11 | 0.11 | 0 | 0.21 | 242.61 | 0.18 | 0.75 |
| Hex | B4 | B3 | CA | B | B | 0 | 15 | F3 | 12 | 4B |
| Octal | 264 | 263 | 312 | 13 | 13 | 0 | 25 | 363 | 22 | 113 |
| Binary | 10110100 | 10110011 | 11001010 | 1011 | 1011 | 0 | 10101 | 11110011 | 10010 | 1001011 |
Color Harmonies of #B4B3CA
Complementary color
Monochromatic Colors of #B4B3CA
Black with #B4B3CA
Text Example
Text Example
White with #B4B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B3CA; }
p { color: rgb(180,179,202); }
H1.HeaderClassName
{
color: #B4B3CA;
}
.AnyTagClassName
{
color: #B4B3CA;
}
</style>
background-color css
<style>
a { background-color: #B4B3CA; }
a { background-color: rgb(180,179,202); }
div.DivClassName
{
background-color: #B4B3CA;
}
.BgClassName
{
background-color: #B4B3CA;
}
</style>
border-color css
<style>
span { border-color: #B4B3CA; }
span { border-color: rgb(180,179,202); }
td.TdClassName
{
border-color: #B4B3CA;
}
.TagClassName
{
border-color: #B4B3CA;
}
</style>