Shades of Heather #B3C2CC
Tints of Heather #B3C2CC
RGB
CMYK
RGB Variations
Color information
#B3C2CC (or 0xB3C2CC) is known color: Heather. HEX triplet: B3, C2 and CC. RGB value is (179,194,204). Sum of RGB (Red+Green+Blue) = 179+194+204=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3C2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C2CC is #4C3D33. Grayscale: #BEBEBE. Windows color (decimal): -4996404 or 13419187. OLE color: 13419187.
HSL color Cylindrical-coordinate representation of color #B3C2CC: hue angle of 204º degrees, saturation: 0.2, 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 #B3C2CC is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 194 | 204 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.2 |
| HSL | 204º | 0.2% | 0.75% | - |
| HSV(B) | 204º | 0.12% | 0.8% | - |
| XYZ | 48.78 | 52.53 | 64.69 | - |
| YUV | 190.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 204 | 0.12 | 0.05 | 0 | 0.2 | 204 | 0.2 | 0.75 |
| Hex | B3 | C2 | CC | C | 5 | 0 | 14 | CC | 14 | 4B |
| Octal | 263 | 302 | 314 | 14 | 5 | 0 | 24 | 314 | 24 | 113 |
| Binary | 10110011 | 11000010 | 11001100 | 1100 | 101 | 0 | 10100 | 11001100 | 10100 | 1001011 |
Color Harmonies of #B3C2CC
Complementary color
Monochromatic Colors of #B3C2CC
Black with #B3C2CC
Text Example
Text Example
White with #B3C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C2CC; }
p { color: rgb(179,194,204); }
H1.HeaderClassName
{
color: #B3C2CC;
}
.AnyTagClassName
{
color: #B3C2CC;
}
</style>
background-color css
<style>
a { background-color: #B3C2CC; }
a { background-color: rgb(179,194,204); }
div.DivClassName
{
background-color: #B3C2CC;
}
.BgClassName
{
background-color: #B3C2CC;
}
</style>
border-color css
<style>
span { border-color: #B3C2CC; }
span { border-color: rgb(179,194,204); }
td.TdClassName
{
border-color: #B3C2CC;
}
.TagClassName
{
border-color: #B3C2CC;
}
</style>