Shades of Heather #B5C5CA
Tints of Heather #B5C5CA
RGB
CMYK
RGB Variations
Color information
#B5C5CA (or 0xB5C5CA) is known color: Heather. HEX triplet: B5, C5 and CA. RGB value is (181,197,202). Sum of RGB (Red+Green+Blue) = 181+197+202=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5CA is #4A3A35. Grayscale: #C0C0C0. Windows color (decimal): -4864566 or 13288885. OLE color: 13288885.
HSL color Cylindrical-coordinate representation of color #B5C5CA: hue angle of 194.29º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C5CA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 197 | 202 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.21 |
| HSL | 194.29º | 0.17% | 0.75% | - |
| HSV(B) | 194.29º | 0.1% | 0.79% | - |
| XYZ | 49.68 | 54.02 | 63.69 | - |
| YUV | 192.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 202 | 0.10 | 0.02 | 0 | 0.21 | 194.29 | 0.17 | 0.75 |
| Hex | B5 | C5 | CA | A | 2 | 0 | 15 | C2 | 11 | 4B |
| Octal | 265 | 305 | 312 | 12 | 2 | 0 | 25 | 302 | 21 | 113 |
| Binary | 10110101 | 11000101 | 11001010 | 1010 | 10 | 0 | 10101 | 11000010 | 10001 | 1001011 |
Color Harmonies of #B5C5CA
Complementary color
Monochromatic Colors of #B5C5CA
Black with #B5C5CA
Text Example
Text Example
White with #B5C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5CA; }
p { color: rgb(181,197,202); }
H1.HeaderClassName
{
color: #B5C5CA;
}
.AnyTagClassName
{
color: #B5C5CA;
}
</style>
background-color css
<style>
a { background-color: #B5C5CA; }
a { background-color: rgb(181,197,202); }
div.DivClassName
{
background-color: #B5C5CA;
}
.BgClassName
{
background-color: #B5C5CA;
}
</style>
border-color css
<style>
span { border-color: #B5C5CA; }
span { border-color: rgb(181,197,202); }
td.TdClassName
{
border-color: #B5C5CA;
}
.TagClassName
{
border-color: #B5C5CA;
}
</style>