Shades of Spindle #BEC9D6
Tints of Spindle #BEC9D6
RGB
CMYK
RGB Variations
Color information
#BEC9D6 (or 0xBEC9D6) is known color: Spindle. HEX triplet: BE, C9 and D6. RGB value is (190,201,214). Sum of RGB (Red+Green+Blue) = 190+201+214=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9D6 is #413629. Grayscale: #C7C7C7. Windows color (decimal): -4273706 or 14076350. OLE color: 14076350.
HSL color Cylindrical-coordinate representation of color #BEC9D6: hue angle of 212.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 #BEC9D6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 201 | 214 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.16 |
| HSL | 212.5º | 0.23% | 0.79% | - |
| HSV(B) | 212.5º | 0.11% | 0.84% | - |
| XYZ | 54.26 | 57.58 | 71.87 | - |
| YUV | 199.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 214 | 0.11 | 0.06 | 0 | 0.16 | 212.5 | 0.23 | 0.79 |
| Hex | BE | C9 | D6 | B | 6 | 0 | 10 | D4 | 17 | 4F |
| Octal | 276 | 311 | 326 | 13 | 6 | 0 | 20 | 324 | 27 | 117 |
| Binary | 10111110 | 11001001 | 11010110 | 1011 | 110 | 0 | 10000 | 11010100 | 10111 | 1001111 |
Color Harmonies of #BEC9D6
Complementary color
Monochromatic Colors of #BEC9D6
Black with #BEC9D6
Text Example
Text Example
White with #BEC9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9D6; }
p { color: rgb(190,201,214); }
H1.HeaderClassName
{
color: #BEC9D6;
}
.AnyTagClassName
{
color: #BEC9D6;
}
</style>
background-color css
<style>
a { background-color: #BEC9D6; }
a { background-color: rgb(190,201,214); }
div.DivClassName
{
background-color: #BEC9D6;
}
.BgClassName
{
background-color: #BEC9D6;
}
</style>
border-color css
<style>
span { border-color: #BEC9D6; }
span { border-color: rgb(190,201,214); }
td.TdClassName
{
border-color: #BEC9D6;
}
.TagClassName
{
border-color: #BEC9D6;
}
</style>