Shades of Spindle #BEC9D5
Tints of Spindle #BEC9D5
RGB
CMYK
RGB Variations
Color information
#BEC9D5 (or 0xBEC9D5) is known color: Spindle. HEX triplet: BE, C9 and D5. RGB value is (190,201,213). Sum of RGB (Red+Green+Blue) = 190+201+213=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEC9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9D5 is #41362A. Grayscale: #C7C7C7. Windows color (decimal): -4273707 or 14010814. OLE color: 14010814.
HSL color Cylindrical-coordinate representation of color #BEC9D5: hue angle of 211.3º degrees, saturation: 0.21, 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 #BEC9D5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 201 | 213 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.16 |
| HSL | 211.3º | 0.21% | 0.79% | - |
| HSV(B) | 211.3º | 0.11% | 0.84% | - |
| XYZ | 54.13 | 57.52 | 71.2 | - |
| YUV | 199.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 213 | 0.11 | 0.06 | 0 | 0.16 | 211.3 | 0.21 | 0.79 |
| Hex | BE | C9 | D5 | B | 6 | 0 | 10 | D3 | 15 | 4F |
| Octal | 276 | 311 | 325 | 13 | 6 | 0 | 20 | 323 | 25 | 117 |
| Binary | 10111110 | 11001001 | 11010101 | 1011 | 110 | 0 | 10000 | 11010011 | 10101 | 1001111 |
Color Harmonies of #BEC9D5
Complementary color
Monochromatic Colors of #BEC9D5
Black with #BEC9D5
Text Example
Text Example
White with #BEC9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9D5; }
p { color: rgb(190,201,213); }
H1.HeaderClassName
{
color: #BEC9D5;
}
.AnyTagClassName
{
color: #BEC9D5;
}
</style>
background-color css
<style>
a { background-color: #BEC9D5; }
a { background-color: rgb(190,201,213); }
div.DivClassName
{
background-color: #BEC9D5;
}
.BgClassName
{
background-color: #BEC9D5;
}
</style>
border-color css
<style>
span { border-color: #BEC9D5; }
span { border-color: rgb(190,201,213); }
td.TdClassName
{
border-color: #BEC9D5;
}
.TagClassName
{
border-color: #BEC9D5;
}
</style>