Shades of Spindle #BEC8CE
Tints of Spindle #BEC8CE
RGB
CMYK
RGB Variations
Color information
#BEC8CE (or 0xBEC8CE) is known color: Spindle. HEX triplet: BE, C8 and CE. RGB value is (190,200,206). Sum of RGB (Red+Green+Blue) = 190+200+206=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8CE is #413731. Grayscale: #C5C5C5. Windows color (decimal): -4273970 or 13551806. OLE color: 13551806.
HSL color Cylindrical-coordinate representation of color #BEC8CE: hue angle of 202.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC8CE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 200 | 206 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.19 |
| HSL | 202.5º | 0.14% | 0.78% | - |
| HSV(B) | 202.5º | 0.08% | 0.81% | - |
| XYZ | 53.03 | 56.71 | 66.54 | - |
| YUV | 197.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 206 | 0.08 | 0.03 | 0 | 0.19 | 202.5 | 0.14 | 0.78 |
| Hex | BE | C8 | CE | 8 | 3 | 0 | 13 | CA | E | 4E |
| Octal | 276 | 310 | 316 | 10 | 3 | 0 | 23 | 312 | 16 | 116 |
| Binary | 10111110 | 11001000 | 11001110 | 1000 | 11 | 0 | 10011 | 11001010 | 1110 | 1001110 |
Color Harmonies of #BEC8CE
Complementary color
Monochromatic Colors of #BEC8CE
Black with #BEC8CE
Text Example
Text Example
White with #BEC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8CE; }
p { color: rgb(190,200,206); }
H1.HeaderClassName
{
color: #BEC8CE;
}
.AnyTagClassName
{
color: #BEC8CE;
}
</style>
background-color css
<style>
a { background-color: #BEC8CE; }
a { background-color: rgb(190,200,206); }
div.DivClassName
{
background-color: #BEC8CE;
}
.BgClassName
{
background-color: #BEC8CE;
}
</style>
border-color css
<style>
span { border-color: #BEC8CE; }
span { border-color: rgb(190,200,206); }
td.TdClassName
{
border-color: #BEC8CE;
}
.TagClassName
{
border-color: #BEC8CE;
}
</style>