Shades of Spindle #BECFDE
Tints of Spindle #BECFDE
RGB
CMYK
RGB Variations
Color information
#BECFDE (or 0xBECFDE) is known color: Spindle. HEX triplet: BE, CF and DE. RGB value is (190,207,222). Sum of RGB (Red+Green+Blue) = 190+207+222=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #BECFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFDE is #413021. Grayscale: #CBCBCB. Windows color (decimal): -4272162 or 14602174. OLE color: 14602174.
HSL color Cylindrical-coordinate representation of color #BECFDE: hue angle of 208.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECFDE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 207 | 222 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.13 |
| HSL | 208.13º | 0.33% | 0.81% | - |
| HSV(B) | 208.13º | 0.14% | 0.87% | - |
| XYZ | 56.73 | 60.85 | 77.86 | - |
| YUV | 203.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 222 | 0.14 | 0.07 | 0 | 0.13 | 208.13 | 0.33 | 0.81 |
| Hex | BE | CF | DE | E | 7 | 0 | D | D0 | 21 | 51 |
| Octal | 276 | 317 | 336 | 16 | 7 | 0 | 15 | 320 | 41 | 121 |
| Binary | 10111110 | 11001111 | 11011110 | 1110 | 111 | 0 | 1101 | 11010000 | 100001 | 1010001 |
Color Harmonies of #BECFDE
Complementary color
Monochromatic Colors of #BECFDE
Black with #BECFDE
Text Example
Text Example
White with #BECFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFDE; }
p { color: rgb(190,207,222); }
H1.HeaderClassName
{
color: #BECFDE;
}
.AnyTagClassName
{
color: #BECFDE;
}
</style>
background-color css
<style>
a { background-color: #BECFDE; }
a { background-color: rgb(190,207,222); }
div.DivClassName
{
background-color: #BECFDE;
}
.BgClassName
{
background-color: #BECFDE;
}
</style>
border-color css
<style>
span { border-color: #BECFDE; }
span { border-color: rgb(190,207,222); }
td.TdClassName
{
border-color: #BECFDE;
}
.TagClassName
{
border-color: #BECFDE;
}
</style>