Shades of Spindle #BECDD6
Tints of Spindle #BECDD6
RGB
CMYK
RGB Variations
Color information
#BECDD6 (or 0xBECDD6) is known color: Spindle. HEX triplet: BE, CD and D6. RGB value is (190,205,214). Sum of RGB (Red+Green+Blue) = 190+205+214=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 214 - color contains mainly: blue. Hex color #BECDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD6 is #413229. Grayscale: #C9C9C9. Windows color (decimal): -4272682 or 14077374. OLE color: 14077374.
HSL color Cylindrical-coordinate representation of color #BECDD6: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECDD6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 205 | 214 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.16 |
| HSL | 202.5º | 0.23% | 0.79% | - |
| HSV(B) | 202.5º | 0.11% | 0.84% | - |
| XYZ | 55.2 | 59.46 | 72.19 | - |
| YUV | 201.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 214 | 0.11 | 0.04 | 0 | 0.16 | 202.5 | 0.23 | 0.79 |
| Hex | BE | CD | D6 | B | 4 | 0 | 10 | CA | 17 | 4F |
| Octal | 276 | 315 | 326 | 13 | 4 | 0 | 20 | 312 | 27 | 117 |
| Binary | 10111110 | 11001101 | 11010110 | 1011 | 100 | 0 | 10000 | 11001010 | 10111 | 1001111 |
Color Harmonies of #BECDD6
Complementary color
Monochromatic Colors of #BECDD6
Black with #BECDD6
Text Example
Text Example
White with #BECDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDD6; }
p { color: rgb(190,205,214); }
H1.HeaderClassName
{
color: #BECDD6;
}
.AnyTagClassName
{
color: #BECDD6;
}
</style>
background-color css
<style>
a { background-color: #BECDD6; }
a { background-color: rgb(190,205,214); }
div.DivClassName
{
background-color: #BECDD6;
}
.BgClassName
{
background-color: #BECDD6;
}
</style>
border-color css
<style>
span { border-color: #BECDD6; }
span { border-color: rgb(190,205,214); }
td.TdClassName
{
border-color: #BECDD6;
}
.TagClassName
{
border-color: #BECDD6;
}
</style>