Shades of Spindle #BEC6D0
Tints of Spindle #BEC6D0
RGB
CMYK
RGB Variations
Color information
#BEC6D0 (or 0xBEC6D0) is known color: Spindle. HEX triplet: BE, C6 and D0. RGB value is (190,198,208). Sum of RGB (Red+Green+Blue) = 190+198+208=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6D0 is #41392F. Grayscale: #C4C4C4. Windows color (decimal): -4274480 or 13682366. OLE color: 13682366.
HSL color Cylindrical-coordinate representation of color #BEC6D0: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC6D0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 198 | 208 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.18 |
| HSL | 213.33º | 0.16% | 0.78% | - |
| HSV(B) | 213.33º | 0.09% | 0.82% | - |
| XYZ | 52.81 | 55.89 | 67.68 | - |
| YUV | 196.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 208 | 0.09 | 0.05 | 0 | 0.18 | 213.33 | 0.16 | 0.78 |
| Hex | BE | C6 | D0 | 9 | 5 | 0 | 12 | D5 | 10 | 4E |
| Octal | 276 | 306 | 320 | 11 | 5 | 0 | 22 | 325 | 20 | 116 |
| Binary | 10111110 | 11000110 | 11010000 | 1001 | 101 | 0 | 10010 | 11010101 | 10000 | 1001110 |
Color Harmonies of #BEC6D0
Complementary color
Monochromatic Colors of #BEC6D0
Black with #BEC6D0
Text Example
Text Example
White with #BEC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6D0; }
p { color: rgb(190,198,208); }
H1.HeaderClassName
{
color: #BEC6D0;
}
.AnyTagClassName
{
color: #BEC6D0;
}
</style>
background-color css
<style>
a { background-color: #BEC6D0; }
a { background-color: rgb(190,198,208); }
div.DivClassName
{
background-color: #BEC6D0;
}
.BgClassName
{
background-color: #BEC6D0;
}
</style>
border-color css
<style>
span { border-color: #BEC6D0; }
span { border-color: rgb(190,198,208); }
td.TdClassName
{
border-color: #BEC6D0;
}
.TagClassName
{
border-color: #BEC6D0;
}
</style>