Shades of Heather #BEC8CC
Tints of Heather #BEC8CC
RGB
CMYK
RGB Variations
Color information
#BEC8CC (or 0xBEC8CC) is known color: Heather. HEX triplet: BE, C8 and CC. RGB value is (190,200,204). Sum of RGB (Red+Green+Blue) = 190+200+204=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8CC is #413733. Grayscale: #C5C5C5. Windows color (decimal): -4273972 or 13420734. OLE color: 13420734.
HSL color Cylindrical-coordinate representation of color #BEC8CC: hue angle of 197.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC8CC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 200 | 204 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.2 |
| HSL | 197.14º | 0.12% | 0.77% | - |
| HSV(B) | 197.14º | 0.07% | 0.8% | - |
| XYZ | 52.79 | 56.62 | 65.27 | - |
| YUV | 197.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 204 | 0.07 | 0.02 | 0 | 0.2 | 197.14 | 0.12 | 0.77 |
| Hex | BE | C8 | CC | 7 | 2 | 0 | 14 | C5 | C | 4D |
| Octal | 276 | 310 | 314 | 7 | 2 | 0 | 24 | 305 | 14 | 115 |
| Binary | 10111110 | 11001000 | 11001100 | 111 | 10 | 0 | 10100 | 11000101 | 1100 | 1001101 |
Color Harmonies of #BEC8CC
Complementary color
Monochromatic Colors of #BEC8CC
Black with #BEC8CC
Text Example
Text Example
White with #BEC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8CC; }
p { color: rgb(190,200,204); }
H1.HeaderClassName
{
color: #BEC8CC;
}
.AnyTagClassName
{
color: #BEC8CC;
}
</style>
background-color css
<style>
a { background-color: #BEC8CC; }
a { background-color: rgb(190,200,204); }
div.DivClassName
{
background-color: #BEC8CC;
}
.BgClassName
{
background-color: #BEC8CC;
}
</style>
border-color css
<style>
span { border-color: #BEC8CC; }
span { border-color: rgb(190,200,204); }
td.TdClassName
{
border-color: #BEC8CC;
}
.TagClassName
{
border-color: #BEC8CC;
}
</style>