Shades of Spindle #BECDD7
Tints of Spindle #BECDD7
RGB
CMYK
RGB Variations
Color information
#BECDD7 (or 0xBECDD7) is known color: Spindle. HEX triplet: BE, CD and D7. RGB value is (190,205,215). Sum of RGB (Red+Green+Blue) = 190+205+215=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #BECDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD7 is #413228. Grayscale: #C9C9C9. Windows color (decimal): -4272681 or 14142910. OLE color: 14142910.
HSL color Cylindrical-coordinate representation of color #BECDD7: hue angle of 204º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BECDD7 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 205 | 215 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.16 |
| HSL | 204º | 0.24% | 0.79% | - |
| HSV(B) | 204º | 0.12% | 0.84% | - |
| XYZ | 55.33 | 59.52 | 72.86 | - |
| YUV | 201.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 215 | 0.12 | 0.05 | 0 | 0.16 | 204 | 0.24 | 0.79 |
| Hex | BE | CD | D7 | C | 5 | 0 | 10 | CC | 18 | 4F |
| Octal | 276 | 315 | 327 | 14 | 5 | 0 | 20 | 314 | 30 | 117 |
| Binary | 10111110 | 11001101 | 11010111 | 1100 | 101 | 0 | 10000 | 11001100 | 11000 | 1001111 |
Color Harmonies of #BECDD7
Complementary color
Monochromatic Colors of #BECDD7
Black with #BECDD7
Text Example
Text Example
White with #BECDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDD7; }
p { color: rgb(190,205,215); }
H1.HeaderClassName
{
color: #BECDD7;
}
.AnyTagClassName
{
color: #BECDD7;
}
</style>
background-color css
<style>
a { background-color: #BECDD7; }
a { background-color: rgb(190,205,215); }
div.DivClassName
{
background-color: #BECDD7;
}
.BgClassName
{
background-color: #BECDD7;
}
</style>
border-color css
<style>
span { border-color: #BECDD7; }
span { border-color: rgb(190,205,215); }
td.TdClassName
{
border-color: #BECDD7;
}
.TagClassName
{
border-color: #BECDD7;
}
</style>