Shades of Spindle #BEC3CA
Tints of Spindle #BEC3CA
RGB
CMYK
RGB Variations
Color information
#BEC3CA (or 0xBEC3CA) is known color: Spindle. HEX triplet: BE, C3 and CA. RGB value is (190,195,202). Sum of RGB (Red+Green+Blue) = 190+195+202=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3CA is #413C35. Grayscale: #C2C2C2. Windows color (decimal): -4275254 or 13288382. OLE color: 13288382.
HSL color Cylindrical-coordinate representation of color #BEC3CA: hue angle of 215º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC3CA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 195 | 202 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.21 |
| HSL | 215º | 0.1% | 0.77% | - |
| HSV(B) | 215º | 0.06% | 0.79% | - |
| XYZ | 51.41 | 54.24 | 63.64 | - |
| YUV | 194.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 202 | 0.06 | 0.03 | 0 | 0.21 | 215 | 0.1 | 0.77 |
| Hex | BE | C3 | CA | 6 | 3 | 0 | 15 | D7 | A | 4D |
| Octal | 276 | 303 | 312 | 6 | 3 | 0 | 25 | 327 | 12 | 115 |
| Binary | 10111110 | 11000011 | 11001010 | 110 | 11 | 0 | 10101 | 11010111 | 1010 | 1001101 |
Color Harmonies of #BEC3CA
Complementary color
Monochromatic Colors of #BEC3CA
Black with #BEC3CA
Text Example
Text Example
White with #BEC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3CA; }
p { color: rgb(190,195,202); }
H1.HeaderClassName
{
color: #BEC3CA;
}
.AnyTagClassName
{
color: #BEC3CA;
}
</style>
background-color css
<style>
a { background-color: #BEC3CA; }
a { background-color: rgb(190,195,202); }
div.DivClassName
{
background-color: #BEC3CA;
}
.BgClassName
{
background-color: #BEC3CA;
}
</style>
border-color css
<style>
span { border-color: #BEC3CA; }
span { border-color: rgb(190,195,202); }
td.TdClassName
{
border-color: #BEC3CA;
}
.TagClassName
{
border-color: #BEC3CA;
}
</style>