Shades of Spindle #BECEDB
Tints of Spindle #BECEDB
RGB
CMYK
RGB Variations
Color information
#BECEDB (or 0xBECEDB) is known color: Spindle. HEX triplet: BE, CE and DB. RGB value is (190,206,219). Sum of RGB (Red+Green+Blue) = 190+206+219=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #BECEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEDB is #413124. Grayscale: #CACACA. Windows color (decimal): -4272421 or 14405310. OLE color: 14405310.
HSL color Cylindrical-coordinate representation of color #BECEDB: hue angle of 206.9º 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 #BECEDB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 206 | 219 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.14 |
| HSL | 206.9º | 0.29% | 0.8% | - |
| HSV(B) | 206.9º | 0.13% | 0.86% | - |
| XYZ | 56.09 | 60.2 | 75.68 | - |
| YUV | 202.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 219 | 0.13 | 0.06 | 0 | 0.14 | 206.9 | 0.29 | 0.8 |
| Hex | BE | CE | DB | D | 6 | 0 | E | CF | 1D | 50 |
| Octal | 276 | 316 | 333 | 15 | 6 | 0 | 16 | 317 | 35 | 120 |
| Binary | 10111110 | 11001110 | 11011011 | 1101 | 110 | 0 | 1110 | 11001111 | 11101 | 1010000 |
Color Harmonies of #BECEDB
Complementary color
Monochromatic Colors of #BECEDB
Black with #BECEDB
Text Example
Text Example
White with #BECEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEDB; }
p { color: rgb(190,206,219); }
H1.HeaderClassName
{
color: #BECEDB;
}
.AnyTagClassName
{
color: #BECEDB;
}
</style>
background-color css
<style>
a { background-color: #BECEDB; }
a { background-color: rgb(190,206,219); }
div.DivClassName
{
background-color: #BECEDB;
}
.BgClassName
{
background-color: #BECEDB;
}
</style>
border-color css
<style>
span { border-color: #BECEDB; }
span { border-color: rgb(190,206,219); }
td.TdClassName
{
border-color: #BECEDB;
}
.TagClassName
{
border-color: #BECEDB;
}
</style>