Shades of Blue Haze #B0B1CA
Tints of Blue Haze #B0B1CA
RGB
CMYK
RGB Variations
Color information
#B0B1CA (or 0xB0B1CA) is known color: Blue Haze. HEX triplet: B0, B1 and CA. RGB value is (176,177,202). Sum of RGB (Red+Green+Blue) = 176+177+202=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0B1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B1CA is #4F4E35. Grayscale: #B3B3B3. Windows color (decimal): -5197366 or 13283760. OLE color: 13283760.
HSL color Cylindrical-coordinate representation of color #B0B1CA: hue angle of 237.69º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B1CA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 177 | 202 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.21 |
| HSL | 237.69º | 0.2% | 0.74% | - |
| HSV(B) | 237.69º | 0.13% | 0.79% | - |
| XYZ | 44.29 | 44.94 | 62.22 | - |
| YUV | 179.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 202 | 0.13 | 0.12 | 0 | 0.21 | 237.69 | 0.2 | 0.74 |
| Hex | B0 | B1 | CA | D | C | 0 | 15 | EE | 14 | 4A |
| Octal | 260 | 261 | 312 | 15 | 14 | 0 | 25 | 356 | 24 | 112 |
| Binary | 10110000 | 10110001 | 11001010 | 1101 | 1100 | 0 | 10101 | 11101110 | 10100 | 1001010 |
Color Harmonies of #B0B1CA
Complementary color
Monochromatic Colors of #B0B1CA
Black with #B0B1CA
Text Example
Text Example
White with #B0B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B1CA; }
p { color: rgb(176,177,202); }
H1.HeaderClassName
{
color: #B0B1CA;
}
.AnyTagClassName
{
color: #B0B1CA;
}
</style>
background-color css
<style>
a { background-color: #B0B1CA; }
a { background-color: rgb(176,177,202); }
div.DivClassName
{
background-color: #B0B1CA;
}
.BgClassName
{
background-color: #B0B1CA;
}
</style>
border-color css
<style>
span { border-color: #B0B1CA; }
span { border-color: rgb(176,177,202); }
td.TdClassName
{
border-color: #B0B1CA;
}
.TagClassName
{
border-color: #B0B1CA;
}
</style>