Shades of Spindle #BEC7D0
Tints of Spindle #BEC7D0
RGB
CMYK
RGB Variations
Color information
#BEC7D0 (or 0xBEC7D0) is known color: Spindle. HEX triplet: BE, C7 and D0. RGB value is (190,199,208). Sum of RGB (Red+Green+Blue) = 190+199+208=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEC7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7D0 is #41382F. Grayscale: #C5C5C5. Windows color (decimal): -4274224 or 13682622. OLE color: 13682622.
HSL color Cylindrical-coordinate representation of color #BEC7D0: hue angle of 210º 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 #BEC7D0 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 199 | 208 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.18 |
| HSL | 210º | 0.16% | 0.78% | - |
| HSV(B) | 210º | 0.09% | 0.82% | - |
| XYZ | 53.04 | 56.35 | 67.76 | - |
| YUV | 197.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 208 | 0.09 | 0.04 | 0 | 0.18 | 210 | 0.16 | 0.78 |
| Hex | BE | C7 | D0 | 9 | 4 | 0 | 12 | D2 | 10 | 4E |
| Octal | 276 | 307 | 320 | 11 | 4 | 0 | 22 | 322 | 20 | 116 |
| Binary | 10111110 | 11000111 | 11010000 | 1001 | 100 | 0 | 10010 | 11010010 | 10000 | 1001110 |
Color Harmonies of #BEC7D0
Complementary color
Monochromatic Colors of #BEC7D0
Black with #BEC7D0
Text Example
Text Example
White with #BEC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7D0; }
p { color: rgb(190,199,208); }
H1.HeaderClassName
{
color: #BEC7D0;
}
.AnyTagClassName
{
color: #BEC7D0;
}
</style>
background-color css
<style>
a { background-color: #BEC7D0; }
a { background-color: rgb(190,199,208); }
div.DivClassName
{
background-color: #BEC7D0;
}
.BgClassName
{
background-color: #BEC7D0;
}
</style>
border-color css
<style>
span { border-color: #BEC7D0; }
span { border-color: rgb(190,199,208); }
td.TdClassName
{
border-color: #BEC7D0;
}
.TagClassName
{
border-color: #BEC7D0;
}
</style>