Shades of Spindle #BEC5CB
Tints of Spindle #BEC5CB
RGB
CMYK
RGB Variations
Color information
#BEC5CB (or 0xBEC5CB) is known color: Spindle. HEX triplet: BE, C5 and CB. RGB value is (190,197,203). Sum of RGB (Red+Green+Blue) = 190+197+203=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5CB is #413A34. Grayscale: #C3C3C3. Windows color (decimal): -4274741 or 13354430. OLE color: 13354430.
HSL color Cylindrical-coordinate representation of color #BEC5CB: hue angle of 207.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC5CB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 197 | 203 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.20 |
| HSL | 207.69º | 0.11% | 0.77% | - |
| HSV(B) | 207.69º | 0.06% | 0.8% | - |
| XYZ | 51.98 | 55.19 | 64.41 | - |
| YUV | 195.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 203 | 0.06 | 0.03 | 0 | 0.20 | 207.69 | 0.11 | 0.77 |
| Hex | BE | C5 | CB | 6 | 3 | 0 | 14 | D0 | B | 4D |
| Octal | 276 | 305 | 313 | 6 | 3 | 0 | 24 | 320 | 13 | 115 |
| Binary | 10111110 | 11000101 | 11001011 | 110 | 11 | 0 | 10100 | 11010000 | 1011 | 1001101 |
Color Harmonies of #BEC5CB
Complementary color
Monochromatic Colors of #BEC5CB
Black with #BEC5CB
Text Example
Text Example
White with #BEC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5CB; }
p { color: rgb(190,197,203); }
H1.HeaderClassName
{
color: #BEC5CB;
}
.AnyTagClassName
{
color: #BEC5CB;
}
</style>
background-color css
<style>
a { background-color: #BEC5CB; }
a { background-color: rgb(190,197,203); }
div.DivClassName
{
background-color: #BEC5CB;
}
.BgClassName
{
background-color: #BEC5CB;
}
</style>
border-color css
<style>
span { border-color: #BEC5CB; }
span { border-color: rgb(190,197,203); }
td.TdClassName
{
border-color: #BEC5CB;
}
.TagClassName
{
border-color: #BEC5CB;
}
</style>