Shades of Heather #B3C0C3
Tints of Heather #B3C0C3
RGB
CMYK
RGB Variations
Color information
#B3C0C3 (or 0xB3C0C3) is known color: Heather. HEX triplet: B3, C0 and C3. RGB value is (179,192,195). Sum of RGB (Red+Green+Blue) = 179+192+195=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 195 - color contains mainly: blue. Hex color #B3C0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0C3 is #4C3F3C. Grayscale: #BCBCBC. Windows color (decimal): -4996925 or 12828851. OLE color: 12828851.
HSL color Cylindrical-coordinate representation of color #B3C0C3: hue angle of 191.25º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3C0C3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 192 | 195 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.24 |
| HSL | 191.25º | 0.12% | 0.73% | - |
| HSV(B) | 191.25º | 0.08% | 0.76% | - |
| XYZ | 47.29 | 51.22 | 59.02 | - |
| YUV | 188.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 195 | 0.08 | 0.02 | 0 | 0.24 | 191.25 | 0.12 | 0.73 |
| Hex | B3 | C0 | C3 | 8 | 2 | 0 | 18 | BF | C | 49 |
| Octal | 263 | 300 | 303 | 10 | 2 | 0 | 30 | 277 | 14 | 111 |
| Binary | 10110011 | 11000000 | 11000011 | 1000 | 10 | 0 | 11000 | 10111111 | 1100 | 1001001 |
Color Harmonies of #B3C0C3
Complementary color
Monochromatic Colors of #B3C0C3
Black with #B3C0C3
Text Example
Text Example
White with #B3C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C0C3; }
p { color: rgb(179,192,195); }
H1.HeaderClassName
{
color: #B3C0C3;
}
.AnyTagClassName
{
color: #B3C0C3;
}
</style>
background-color css
<style>
a { background-color: #B3C0C3; }
a { background-color: rgb(179,192,195); }
div.DivClassName
{
background-color: #B3C0C3;
}
.BgClassName
{
background-color: #B3C0C3;
}
</style>
border-color css
<style>
span { border-color: #B3C0C3; }
span { border-color: rgb(179,192,195); }
td.TdClassName
{
border-color: #B3C0C3;
}
.TagClassName
{
border-color: #B3C0C3;
}
</style>