Shades of Spindle #BECDDB
Tints of Spindle #BECDDB
RGB
CMYK
RGB Variations
Color information
#BECDDB (or 0xBECDDB) is known color: Spindle. HEX triplet: BE, CD and DB. RGB value is (190,205,219). Sum of RGB (Red+Green+Blue) = 190+205+219=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #BECDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDDB is #413224. Grayscale: #CACACA. Windows color (decimal): -4272677 or 14405054. OLE color: 14405054.
HSL color Cylindrical-coordinate representation of color #BECDDB: hue angle of 208.97º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECDDB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 205 | 219 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.14 |
| HSL | 208.97º | 0.29% | 0.8% | - |
| HSV(B) | 208.97º | 0.13% | 0.86% | - |
| XYZ | 55.85 | 59.72 | 75.6 | - |
| YUV | 202.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 219 | 0.13 | 0.06 | 0 | 0.14 | 208.97 | 0.29 | 0.8 |
| Hex | BE | CD | DB | D | 6 | 0 | E | D1 | 1D | 50 |
| Octal | 276 | 315 | 333 | 15 | 6 | 0 | 16 | 321 | 35 | 120 |
| Binary | 10111110 | 11001101 | 11011011 | 1101 | 110 | 0 | 1110 | 11010001 | 11101 | 1010000 |
Color Harmonies of #BECDDB
Complementary color
Monochromatic Colors of #BECDDB
Black with #BECDDB
Text Example
Text Example
White with #BECDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDDB; }
p { color: rgb(190,205,219); }
H1.HeaderClassName
{
color: #BECDDB;
}
.AnyTagClassName
{
color: #BECDDB;
}
</style>
background-color css
<style>
a { background-color: #BECDDB; }
a { background-color: rgb(190,205,219); }
div.DivClassName
{
background-color: #BECDDB;
}
.BgClassName
{
background-color: #BECDDB;
}
</style>
border-color css
<style>
span { border-color: #BECDDB; }
span { border-color: rgb(190,205,219); }
td.TdClassName
{
border-color: #BECDDB;
}
.TagClassName
{
border-color: #BECDDB;
}
</style>