Shades of Heather #B5C0C3
Tints of Heather #B5C0C3
RGB
CMYK
RGB Variations
Color information
#B5C0C3 (or 0xB5C0C3) is known color: Heather. HEX triplet: B5, C0 and C3. RGB value is (181,192,195). Sum of RGB (Red+Green+Blue) = 181+192+195=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 195 - color contains mainly: blue. Hex color #B5C0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C0C3 is #4A3F3C. Grayscale: #BDBDBD. Windows color (decimal): -4865853 or 12828853. OLE color: 12828853.
HSL color Cylindrical-coordinate representation of color #B5C0C3: hue angle of 192.86º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5C0C3 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 192 | 195 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.24 |
| HSL | 192.86º | 0.1% | 0.74% | - |
| HSV(B) | 192.86º | 0.07% | 0.76% | - |
| XYZ | 47.76 | 51.46 | 59.05 | - |
| YUV | 189.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 195 | 0.07 | 0.02 | 0 | 0.24 | 192.86 | 0.1 | 0.74 |
| Hex | B5 | C0 | C3 | 7 | 2 | 0 | 18 | C1 | A | 4A |
| Octal | 265 | 300 | 303 | 7 | 2 | 0 | 30 | 301 | 12 | 112 |
| Binary | 10110101 | 11000000 | 11000011 | 111 | 10 | 0 | 11000 | 11000001 | 1010 | 1001010 |
Color Harmonies of #B5C0C3
Complementary color
Monochromatic Colors of #B5C0C3
Black with #B5C0C3
Text Example
Text Example
White with #B5C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0C3; }
p { color: rgb(181,192,195); }
H1.HeaderClassName
{
color: #B5C0C3;
}
.AnyTagClassName
{
color: #B5C0C3;
}
</style>
background-color css
<style>
a { background-color: #B5C0C3; }
a { background-color: rgb(181,192,195); }
div.DivClassName
{
background-color: #B5C0C3;
}
.BgClassName
{
background-color: #B5C0C3;
}
</style>
border-color css
<style>
span { border-color: #B5C0C3; }
span { border-color: rgb(181,192,195); }
td.TdClassName
{
border-color: #B5C0C3;
}
.TagClassName
{
border-color: #B5C0C3;
}
</style>