Shades of Spindle #BEC4CB
Tints of Spindle #BEC4CB
RGB
CMYK
RGB Variations
Color information
#BEC4CB (or 0xBEC4CB) is known color: Spindle. HEX triplet: BE, C4 and CB. RGB value is (190,196,203). Sum of RGB (Red+Green+Blue) = 190+196+203=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4CB is #413B34. Grayscale: #C2C2C2. Windows color (decimal): -4274997 or 13354174. OLE color: 13354174.
HSL color Cylindrical-coordinate representation of color #BEC4CB: hue angle of 212.31º 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 #BEC4CB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 196 | 203 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.20 |
| HSL | 212.31º | 0.11% | 0.77% | - |
| HSV(B) | 212.31º | 0.06% | 0.8% | - |
| XYZ | 51.75 | 54.74 | 64.34 | - |
| YUV | 195 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 203 | 0.06 | 0.03 | 0 | 0.20 | 212.31 | 0.11 | 0.77 |
| Hex | BE | C4 | CB | 6 | 3 | 0 | 14 | D4 | B | 4D |
| Octal | 276 | 304 | 313 | 6 | 3 | 0 | 24 | 324 | 13 | 115 |
| Binary | 10111110 | 11000100 | 11001011 | 110 | 11 | 0 | 10100 | 11010100 | 1011 | 1001101 |
Color Harmonies of #BEC4CB
Complementary color
Monochromatic Colors of #BEC4CB
Black with #BEC4CB
Text Example
Text Example
White with #BEC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4CB; }
p { color: rgb(190,196,203); }
H1.HeaderClassName
{
color: #BEC4CB;
}
.AnyTagClassName
{
color: #BEC4CB;
}
</style>
background-color css
<style>
a { background-color: #BEC4CB; }
a { background-color: rgb(190,196,203); }
div.DivClassName
{
background-color: #BEC4CB;
}
.BgClassName
{
background-color: #BEC4CB;
}
</style>
border-color css
<style>
span { border-color: #BEC4CB; }
span { border-color: rgb(190,196,203); }
td.TdClassName
{
border-color: #BEC4CB;
}
.TagClassName
{
border-color: #BEC4CB;
}
</style>