Shades of Spindle #BECCDB
Tints of Spindle #BECCDB
RGB
CMYK
RGB Variations
Color information
#BECCDB (or 0xBECCDB) is known color: Spindle. HEX triplet: BE, CC and DB. RGB value is (190,204,219). Sum of RGB (Red+Green+Blue) = 190+204+219=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #BECCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCDB is #413324. Grayscale: #C9C9C9. Windows color (decimal): -4272933 or 14404798. OLE color: 14404798.
HSL color Cylindrical-coordinate representation of color #BECCDB: hue angle of 211.03º 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 #BECCDB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 204 | 219 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.14 |
| HSL | 211.03º | 0.29% | 0.8% | - |
| HSV(B) | 211.03º | 0.13% | 0.86% | - |
| XYZ | 55.61 | 59.25 | 75.52 | - |
| YUV | 201.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 219 | 0.13 | 0.07 | 0 | 0.14 | 211.03 | 0.29 | 0.8 |
| Hex | BE | CC | DB | D | 7 | 0 | E | D3 | 1D | 50 |
| Octal | 276 | 314 | 333 | 15 | 7 | 0 | 16 | 323 | 35 | 120 |
| Binary | 10111110 | 11001100 | 11011011 | 1101 | 111 | 0 | 1110 | 11010011 | 11101 | 1010000 |
Color Harmonies of #BECCDB
Complementary color
Monochromatic Colors of #BECCDB
Black with #BECCDB
Text Example
Text Example
White with #BECCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCDB; }
p { color: rgb(190,204,219); }
H1.HeaderClassName
{
color: #BECCDB;
}
.AnyTagClassName
{
color: #BECCDB;
}
</style>
background-color css
<style>
a { background-color: #BECCDB; }
a { background-color: rgb(190,204,219); }
div.DivClassName
{
background-color: #BECCDB;
}
.BgClassName
{
background-color: #BECCDB;
}
</style>
border-color css
<style>
span { border-color: #BECCDB; }
span { border-color: rgb(190,204,219); }
td.TdClassName
{
border-color: #BECCDB;
}
.TagClassName
{
border-color: #BECCDB;
}
</style>