Shades of Spindle #BECFDA
Tints of Spindle #BECFDA
RGB
CMYK
RGB Variations
Color information
#BECFDA (or 0xBECFDA) is known color: Spindle. HEX triplet: BE, CF and DA. RGB value is (190,207,218). Sum of RGB (Red+Green+Blue) = 190+207+218=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #BECFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFDA is #413025. Grayscale: #CBCBCB. Windows color (decimal): -4272166 or 14340030. OLE color: 14340030.
HSL color Cylindrical-coordinate representation of color #BECFDA: hue angle of 203.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECFDA is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 207 | 218 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.15 |
| HSL | 203.57º | 0.27% | 0.8% | - |
| HSV(B) | 203.57º | 0.13% | 0.85% | - |
| XYZ | 56.2 | 60.63 | 75.07 | - |
| YUV | 203.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 218 | 0.13 | 0.05 | 0 | 0.15 | 203.57 | 0.27 | 0.8 |
| Hex | BE | CF | DA | D | 5 | 0 | F | CC | 1B | 50 |
| Octal | 276 | 317 | 332 | 15 | 5 | 0 | 17 | 314 | 33 | 120 |
| Binary | 10111110 | 11001111 | 11011010 | 1101 | 101 | 0 | 1111 | 11001100 | 11011 | 1010000 |
Color Harmonies of #BECFDA
Complementary color
Monochromatic Colors of #BECFDA
Black with #BECFDA
Text Example
Text Example
White with #BECFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFDA; }
p { color: rgb(190,207,218); }
H1.HeaderClassName
{
color: #BECFDA;
}
.AnyTagClassName
{
color: #BECFDA;
}
</style>
background-color css
<style>
a { background-color: #BECFDA; }
a { background-color: rgb(190,207,218); }
div.DivClassName
{
background-color: #BECFDA;
}
.BgClassName
{
background-color: #BECFDA;
}
</style>
border-color css
<style>
span { border-color: #BECFDA; }
span { border-color: rgb(190,207,218); }
td.TdClassName
{
border-color: #BECFDA;
}
.TagClassName
{
border-color: #BECFDA;
}
</style>