Shades of Spindle #BECFDD
Tints of Spindle #BECFDD
RGB
CMYK
RGB Variations
Color information
#BECFDD (or 0xBECFDD) is known color: Spindle. HEX triplet: BE, CF and DD. RGB value is (190,207,221). Sum of RGB (Red+Green+Blue) = 190+207+221=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #BECFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFDD is #413022. Grayscale: #CBCBCB. Windows color (decimal): -4272163 or 14536638. OLE color: 14536638.
HSL color Cylindrical-coordinate representation of color #BECFDD: hue angle of 207.1º degrees, saturation: 0.31, 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 #BECFDD is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 207 | 221 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.13 |
| HSL | 207.1º | 0.31% | 0.81% | - |
| HSV(B) | 207.1º | 0.14% | 0.87% | - |
| XYZ | 56.6 | 60.79 | 77.16 | - |
| YUV | 203.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 221 | 0.14 | 0.06 | 0 | 0.13 | 207.1 | 0.31 | 0.81 |
| Hex | BE | CF | DD | E | 6 | 0 | D | CF | 1F | 51 |
| Octal | 276 | 317 | 335 | 16 | 6 | 0 | 15 | 317 | 37 | 121 |
| Binary | 10111110 | 11001111 | 11011101 | 1110 | 110 | 0 | 1101 | 11001111 | 11111 | 1010001 |
Color Harmonies of #BECFDD
Complementary color
Monochromatic Colors of #BECFDD
Black with #BECFDD
Text Example
Text Example
White with #BECFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFDD; }
p { color: rgb(190,207,221); }
H1.HeaderClassName
{
color: #BECFDD;
}
.AnyTagClassName
{
color: #BECFDD;
}
</style>
background-color css
<style>
a { background-color: #BECFDD; }
a { background-color: rgb(190,207,221); }
div.DivClassName
{
background-color: #BECFDD;
}
.BgClassName
{
background-color: #BECFDD;
}
</style>
border-color css
<style>
span { border-color: #BECFDD; }
span { border-color: rgb(190,207,221); }
td.TdClassName
{
border-color: #BECFDD;
}
.TagClassName
{
border-color: #BECFDD;
}
</style>