Shades of Spindle #BEC5CA
Tints of Spindle #BEC5CA
RGB
CMYK
RGB Variations
Color information
#BEC5CA (or 0xBEC5CA) is known color: Spindle. HEX triplet: BE, C5 and CA. RGB value is (190,197,202). Sum of RGB (Red+Green+Blue) = 190+197+202=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5CA is #413A35. Grayscale: #C3C3C3. Windows color (decimal): -4274742 or 13288894. OLE color: 13288894.
HSL color Cylindrical-coordinate representation of color #BEC5CA: hue angle of 205º 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 #BEC5CA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 197 | 202 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.21 |
| HSL | 205º | 0.1% | 0.77% | - |
| HSV(B) | 205º | 0.06% | 0.79% | - |
| XYZ | 51.86 | 55.14 | 63.79 | - |
| YUV | 195.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 202 | 0.06 | 0.02 | 0 | 0.21 | 205 | 0.1 | 0.77 |
| Hex | BE | C5 | CA | 6 | 2 | 0 | 15 | CD | A | 4D |
| Octal | 276 | 305 | 312 | 6 | 2 | 0 | 25 | 315 | 12 | 115 |
| Binary | 10111110 | 11000101 | 11001010 | 110 | 10 | 0 | 10101 | 11001101 | 1010 | 1001101 |
Color Harmonies of #BEC5CA
Complementary color
Monochromatic Colors of #BEC5CA
Black with #BEC5CA
Text Example
Text Example
White with #BEC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5CA; }
p { color: rgb(190,197,202); }
H1.HeaderClassName
{
color: #BEC5CA;
}
.AnyTagClassName
{
color: #BEC5CA;
}
</style>
background-color css
<style>
a { background-color: #BEC5CA; }
a { background-color: rgb(190,197,202); }
div.DivClassName
{
background-color: #BEC5CA;
}
.BgClassName
{
background-color: #BEC5CA;
}
</style>
border-color css
<style>
span { border-color: #BEC5CA; }
span { border-color: rgb(190,197,202); }
td.TdClassName
{
border-color: #BEC5CA;
}
.TagClassName
{
border-color: #BEC5CA;
}
</style>