Shades of Spindle #BECDD9
Tints of Spindle #BECDD9
RGB
CMYK
RGB Variations
Color information
#BECDD9 (or 0xBECDD9) is known color: Spindle. HEX triplet: BE, CD and D9. RGB value is (190,205,217). Sum of RGB (Red+Green+Blue) = 190+205+217=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #BECDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD9 is #413226. Grayscale: #C9C9C9. Windows color (decimal): -4272679 or 14273982. OLE color: 14273982.
HSL color Cylindrical-coordinate representation of color #BECDD9: hue angle of 206.67º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BECDD9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 205 | 217 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.15 |
| HSL | 206.67º | 0.26% | 0.8% | - |
| HSV(B) | 206.67º | 0.12% | 0.85% | - |
| XYZ | 55.59 | 59.62 | 74.22 | - |
| YUV | 201.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 217 | 0.12 | 0.06 | 0 | 0.15 | 206.67 | 0.26 | 0.8 |
| Hex | BE | CD | D9 | C | 6 | 0 | F | CF | 1A | 50 |
| Octal | 276 | 315 | 331 | 14 | 6 | 0 | 17 | 317 | 32 | 120 |
| Binary | 10111110 | 11001101 | 11011001 | 1100 | 110 | 0 | 1111 | 11001111 | 11010 | 1010000 |
Color Harmonies of #BECDD9
Complementary color
Monochromatic Colors of #BECDD9
Black with #BECDD9
Text Example
Text Example
White with #BECDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDD9; }
p { color: rgb(190,205,217); }
H1.HeaderClassName
{
color: #BECDD9;
}
.AnyTagClassName
{
color: #BECDD9;
}
</style>
background-color css
<style>
a { background-color: #BECDD9; }
a { background-color: rgb(190,205,217); }
div.DivClassName
{
background-color: #BECDD9;
}
.BgClassName
{
background-color: #BECDD9;
}
</style>
border-color css
<style>
span { border-color: #BECDD9; }
span { border-color: rgb(190,205,217); }
td.TdClassName
{
border-color: #BECDD9;
}
.TagClassName
{
border-color: #BECDD9;
}
</style>