Shades of Spindle #BEC3CB
Tints of Spindle #BEC3CB
RGB
CMYK
RGB Variations
Color information
#BEC3CB (or 0xBEC3CB) is known color: Spindle. HEX triplet: BE, C3 and CB. RGB value is (190,195,203). Sum of RGB (Red+Green+Blue) = 190+195+203=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3CB is #413C34. Grayscale: #C2C2C2. Windows color (decimal): -4275253 or 13353918. OLE color: 13353918.
HSL color Cylindrical-coordinate representation of color #BEC3CB: hue angle of 216.92º 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 #BEC3CB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 195 | 203 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.20 |
| HSL | 216.92º | 0.11% | 0.77% | - |
| HSV(B) | 216.92º | 0.06% | 0.8% | - |
| XYZ | 51.53 | 54.29 | 64.26 | - |
| YUV | 194.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 203 | 0.06 | 0.04 | 0 | 0.20 | 216.92 | 0.11 | 0.77 |
| Hex | BE | C3 | CB | 6 | 4 | 0 | 14 | D9 | B | 4D |
| Octal | 276 | 303 | 313 | 6 | 4 | 0 | 24 | 331 | 13 | 115 |
| Binary | 10111110 | 11000011 | 11001011 | 110 | 100 | 0 | 10100 | 11011001 | 1011 | 1001101 |
Color Harmonies of #BEC3CB
Complementary color
Monochromatic Colors of #BEC3CB
Black with #BEC3CB
Text Example
Text Example
White with #BEC3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3CB; }
p { color: rgb(190,195,203); }
H1.HeaderClassName
{
color: #BEC3CB;
}
.AnyTagClassName
{
color: #BEC3CB;
}
</style>
background-color css
<style>
a { background-color: #BEC3CB; }
a { background-color: rgb(190,195,203); }
div.DivClassName
{
background-color: #BEC3CB;
}
.BgClassName
{
background-color: #BEC3CB;
}
</style>
border-color css
<style>
span { border-color: #BEC3CB; }
span { border-color: rgb(190,195,203); }
td.TdClassName
{
border-color: #BEC3CB;
}
.TagClassName
{
border-color: #BEC3CB;
}
</style>