Shades of Spindle #BECDDC
Tints of Spindle #BECDDC
RGB
CMYK
RGB Variations
Color information
#BECDDC (or 0xBECDDC) is known color: Spindle. HEX triplet: BE, CD and DC. RGB value is (190,205,220). Sum of RGB (Red+Green+Blue) = 190+205+220=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #BECDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDDC is #413223. Grayscale: #CACACA. Windows color (decimal): -4272676 or 14470590. OLE color: 14470590.
HSL color Cylindrical-coordinate representation of color #BECDDC: hue angle of 210º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECDDC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 205 | 220 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.14 |
| HSL | 210º | 0.3% | 0.8% | - |
| HSV(B) | 210º | 0.14% | 0.86% | - |
| XYZ | 55.98 | 59.78 | 76.3 | - |
| YUV | 202.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 220 | 0.14 | 0.07 | 0 | 0.14 | 210 | 0.3 | 0.8 |
| Hex | BE | CD | DC | E | 7 | 0 | E | D2 | 1E | 50 |
| Octal | 276 | 315 | 334 | 16 | 7 | 0 | 16 | 322 | 36 | 120 |
| Binary | 10111110 | 11001101 | 11011100 | 1110 | 111 | 0 | 1110 | 11010010 | 11110 | 1010000 |
Color Harmonies of #BECDDC
Complementary color
Monochromatic Colors of #BECDDC
Black with #BECDDC
Text Example
Text Example
White with #BECDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDDC; }
p { color: rgb(190,205,220); }
H1.HeaderClassName
{
color: #BECDDC;
}
.AnyTagClassName
{
color: #BECDDC;
}
</style>
background-color css
<style>
a { background-color: #BECDDC; }
a { background-color: rgb(190,205,220); }
div.DivClassName
{
background-color: #BECDDC;
}
.BgClassName
{
background-color: #BECDDC;
}
</style>
border-color css
<style>
span { border-color: #BECDDC; }
span { border-color: rgb(190,205,220); }
td.TdClassName
{
border-color: #BECDDC;
}
.TagClassName
{
border-color: #BECDDC;
}
</style>