Shades of Heather #B3C3CB
Tints of Heather #B3C3CB
RGB
CMYK
RGB Variations
Color information
#B3C3CB (or 0xB3C3CB) is known color: Heather. HEX triplet: B3, C3 and CB. RGB value is (179,195,203). Sum of RGB (Red+Green+Blue) = 179+195+203=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3CB is #4C3C34. Grayscale: #BFBFBF. Windows color (decimal): -4996149 or 13353907. OLE color: 13353907.
HSL color Cylindrical-coordinate representation of color #B3C3CB: hue angle of 200º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3C3CB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 195 | 203 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.20 |
| HSL | 200º | 0.19% | 0.75% | - |
| HSV(B) | 200º | 0.12% | 0.8% | - |
| XYZ | 48.89 | 52.93 | 64.14 | - |
| YUV | 191.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 203 | 0.12 | 0.04 | 0 | 0.20 | 200 | 0.19 | 0.75 |
| Hex | B3 | C3 | CB | C | 4 | 0 | 14 | C8 | 13 | 4B |
| Octal | 263 | 303 | 313 | 14 | 4 | 0 | 24 | 310 | 23 | 113 |
| Binary | 10110011 | 11000011 | 11001011 | 1100 | 100 | 0 | 10100 | 11001000 | 10011 | 1001011 |
Color Harmonies of #B3C3CB
Complementary color
Monochromatic Colors of #B3C3CB
Black with #B3C3CB
Text Example
Text Example
White with #B3C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C3CB; }
p { color: rgb(179,195,203); }
H1.HeaderClassName
{
color: #B3C3CB;
}
.AnyTagClassName
{
color: #B3C3CB;
}
</style>
background-color css
<style>
a { background-color: #B3C3CB; }
a { background-color: rgb(179,195,203); }
div.DivClassName
{
background-color: #B3C3CB;
}
.BgClassName
{
background-color: #B3C3CB;
}
</style>
border-color css
<style>
span { border-color: #B3C3CB; }
span { border-color: rgb(179,195,203); }
td.TdClassName
{
border-color: #B3C3CB;
}
.TagClassName
{
border-color: #B3C3CB;
}
</style>