Shades of Blue Haze #B4B1CA
Tints of Blue Haze #B4B1CA
RGB
CMYK
RGB Variations
Color information
#B4B1CA (or 0xB4B1CA) is known color: Blue Haze. HEX triplet: B4, B1 and CA. RGB value is (180,177,202). Sum of RGB (Red+Green+Blue) = 180+177+202=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B1CA is #4B4E35. Grayscale: #B4B4B4. Windows color (decimal): -4935222 or 13283764. OLE color: 13283764.
HSL color Cylindrical-coordinate representation of color #B4B1CA: hue angle of 247.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4B1CA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 177 | 202 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.21 |
| HSL | 247.2º | 0.19% | 0.74% | - |
| HSV(B) | 247.2º | 0.12% | 0.79% | - |
| XYZ | 45.21 | 45.41 | 62.26 | - |
| YUV | 180.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 202 | 0.11 | 0.12 | 0 | 0.21 | 247.2 | 0.19 | 0.74 |
| Hex | B4 | B1 | CA | B | C | 0 | 15 | F7 | 13 | 4A |
| Octal | 264 | 261 | 312 | 13 | 14 | 0 | 25 | 367 | 23 | 112 |
| Binary | 10110100 | 10110001 | 11001010 | 1011 | 1100 | 0 | 10101 | 11110111 | 10011 | 1001010 |
Color Harmonies of #B4B1CA
Complementary color
Monochromatic Colors of #B4B1CA
Black with #B4B1CA
Text Example
Text Example
White with #B4B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B1CA; }
p { color: rgb(180,177,202); }
H1.HeaderClassName
{
color: #B4B1CA;
}
.AnyTagClassName
{
color: #B4B1CA;
}
</style>
background-color css
<style>
a { background-color: #B4B1CA; }
a { background-color: rgb(180,177,202); }
div.DivClassName
{
background-color: #B4B1CA;
}
.BgClassName
{
background-color: #B4B1CA;
}
</style>
border-color css
<style>
span { border-color: #B4B1CA; }
span { border-color: rgb(180,177,202); }
td.TdClassName
{
border-color: #B4B1CA;
}
.TagClassName
{
border-color: #B4B1CA;
}
</style>