Shades of Heather #B3C1CB
Tints of Heather #B3C1CB
RGB
CMYK
RGB Variations
Color information
#B3C1CB (or 0xB3C1CB) is known color: Heather. HEX triplet: B3, C1 and CB. RGB value is (179,193,203). Sum of RGB (Red+Green+Blue) = 179+193+203=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3C1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C1CB is #4C3E34. Grayscale: #BDBDBD. Windows color (decimal): -4996661 or 13353395. OLE color: 13353395.
HSL color Cylindrical-coordinate representation of color #B3C1CB: hue angle of 205º 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 #B3C1CB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 193 | 203 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.20 |
| HSL | 205º | 0.19% | 0.75% | - |
| HSV(B) | 205º | 0.12% | 0.8% | - |
| XYZ | 48.44 | 52.04 | 63.99 | - |
| YUV | 189.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 203 | 0.12 | 0.05 | 0 | 0.20 | 205 | 0.19 | 0.75 |
| Hex | B3 | C1 | CB | C | 5 | 0 | 14 | CD | 13 | 4B |
| Octal | 263 | 301 | 313 | 14 | 5 | 0 | 24 | 315 | 23 | 113 |
| Binary | 10110011 | 11000001 | 11001011 | 1100 | 101 | 0 | 10100 | 11001101 | 10011 | 1001011 |
Color Harmonies of #B3C1CB
Complementary color
Monochromatic Colors of #B3C1CB
Black with #B3C1CB
Text Example
Text Example
White with #B3C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C1CB; }
p { color: rgb(179,193,203); }
H1.HeaderClassName
{
color: #B3C1CB;
}
.AnyTagClassName
{
color: #B3C1CB;
}
</style>
background-color css
<style>
a { background-color: #B3C1CB; }
a { background-color: rgb(179,193,203); }
div.DivClassName
{
background-color: #B3C1CB;
}
.BgClassName
{
background-color: #B3C1CB;
}
</style>
border-color css
<style>
span { border-color: #B3C1CB; }
span { border-color: rgb(179,193,203); }
td.TdClassName
{
border-color: #B3C1CB;
}
.TagClassName
{
border-color: #B3C1CB;
}
</style>