Shades of Spindle #BECFDB
Tints of Spindle #BECFDB
RGB
CMYK
RGB Variations
Color information
#BECFDB (or 0xBECFDB) is known color: Spindle. HEX triplet: BE, CF and DB. RGB value is (190,207,219). Sum of RGB (Red+Green+Blue) = 190+207+219=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #BECFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFDB is #413024. Grayscale: #CBCBCB. Windows color (decimal): -4272165 or 14405566. OLE color: 14405566.
HSL color Cylindrical-coordinate representation of color #BECFDB: hue angle of 204.83º 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 #BECFDB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 207 | 219 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.14 |
| HSL | 204.83º | 0.29% | 0.8% | - |
| HSV(B) | 204.83º | 0.13% | 0.86% | - |
| XYZ | 56.33 | 60.69 | 75.76 | - |
| YUV | 203.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 219 | 0.13 | 0.05 | 0 | 0.14 | 204.83 | 0.29 | 0.8 |
| Hex | BE | CF | DB | D | 5 | 0 | E | CD | 1D | 50 |
| Octal | 276 | 317 | 333 | 15 | 5 | 0 | 16 | 315 | 35 | 120 |
| Binary | 10111110 | 11001111 | 11011011 | 1101 | 101 | 0 | 1110 | 11001101 | 11101 | 1010000 |
Color Harmonies of #BECFDB
Complementary color
Monochromatic Colors of #BECFDB
Black with #BECFDB
Text Example
Text Example
White with #BECFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFDB; }
p { color: rgb(190,207,219); }
H1.HeaderClassName
{
color: #BECFDB;
}
.AnyTagClassName
{
color: #BECFDB;
}
</style>
background-color css
<style>
a { background-color: #BECFDB; }
a { background-color: rgb(190,207,219); }
div.DivClassName
{
background-color: #BECFDB;
}
.BgClassName
{
background-color: #BECFDB;
}
</style>
border-color css
<style>
span { border-color: #BECFDB; }
span { border-color: rgb(190,207,219); }
td.TdClassName
{
border-color: #BECFDB;
}
.TagClassName
{
border-color: #BECFDB;
}
</style>