Shades of Heather #B5C7CC
Tints of Heather #B5C7CC
RGB
CMYK
RGB Variations
Color information
#B5C7CC (or 0xB5C7CC) is known color: Heather. HEX triplet: B5, C7 and CC. RGB value is (181,199,204). Sum of RGB (Red+Green+Blue) = 181+199+204=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C7CC is #4A3833. Grayscale: #C2C2C2. Windows color (decimal): -4864052 or 13420469. OLE color: 13420469.
HSL color Cylindrical-coordinate representation of color #B5C7CC: hue angle of 193.04º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C7CC is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 199 | 204 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.2 |
| HSL | 193.04º | 0.18% | 0.75% | - |
| HSV(B) | 193.04º | 0.11% | 0.8% | - |
| XYZ | 50.38 | 55.03 | 65.09 | - |
| YUV | 194.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 199 | 204 | 0.11 | 0.02 | 0 | 0.2 | 193.04 | 0.18 | 0.75 |
| Hex | B5 | C7 | CC | B | 2 | 0 | 14 | C1 | 12 | 4B |
| Octal | 265 | 307 | 314 | 13 | 2 | 0 | 24 | 301 | 22 | 113 |
| Binary | 10110101 | 11000111 | 11001100 | 1011 | 10 | 0 | 10100 | 11000001 | 10010 | 1001011 |
Color Harmonies of #B5C7CC
Complementary color
Monochromatic Colors of #B5C7CC
Black with #B5C7CC
Text Example
Text Example
White with #B5C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C7CC; }
p { color: rgb(181,199,204); }
H1.HeaderClassName
{
color: #B5C7CC;
}
.AnyTagClassName
{
color: #B5C7CC;
}
</style>
background-color css
<style>
a { background-color: #B5C7CC; }
a { background-color: rgb(181,199,204); }
div.DivClassName
{
background-color: #B5C7CC;
}
.BgClassName
{
background-color: #B5C7CC;
}
</style>
border-color css
<style>
span { border-color: #B5C7CC; }
span { border-color: rgb(181,199,204); }
td.TdClassName
{
border-color: #B5C7CC;
}
.TagClassName
{
border-color: #B5C7CC;
}
</style>