Shades of Heather #B3C5CA
Tints of Heather #B3C5CA
RGB
CMYK
RGB Variations
Color information
#B3C5CA (or 0xB3C5CA) is known color: Heather. HEX triplet: B3, C5 and CA. RGB value is (179,197,202). Sum of RGB (Red+Green+Blue) = 179+197+202=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C5CA is #4C3A35. Grayscale: #C0C0C0. Windows color (decimal): -4995638 or 13288883. OLE color: 13288883.
HSL color Cylindrical-coordinate representation of color #B3C5CA: hue angle of 193.04º 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 #B3C5CA is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 197 | 202 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.21 |
| HSL | 193.04º | 0.18% | 0.75% | - |
| HSV(B) | 193.04º | 0.11% | 0.79% | - |
| XYZ | 49.22 | 53.78 | 63.66 | - |
| YUV | 192.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 202 | 0.11 | 0.02 | 0 | 0.21 | 193.04 | 0.18 | 0.75 |
| Hex | B3 | C5 | CA | B | 2 | 0 | 15 | C1 | 12 | 4B |
| Octal | 263 | 305 | 312 | 13 | 2 | 0 | 25 | 301 | 22 | 113 |
| Binary | 10110011 | 11000101 | 11001010 | 1011 | 10 | 0 | 10101 | 11000001 | 10010 | 1001011 |
Color Harmonies of #B3C5CA
Complementary color
Monochromatic Colors of #B3C5CA
Black with #B3C5CA
Text Example
Text Example
White with #B3C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C5CA; }
p { color: rgb(179,197,202); }
H1.HeaderClassName
{
color: #B3C5CA;
}
.AnyTagClassName
{
color: #B3C5CA;
}
</style>
background-color css
<style>
a { background-color: #B3C5CA; }
a { background-color: rgb(179,197,202); }
div.DivClassName
{
background-color: #B3C5CA;
}
.BgClassName
{
background-color: #B3C5CA;
}
</style>
border-color css
<style>
span { border-color: #B3C5CA; }
span { border-color: rgb(179,197,202); }
td.TdClassName
{
border-color: #B3C5CA;
}
.TagClassName
{
border-color: #B3C5CA;
}
</style>