Shades of Spindle #BEC9D0
Tints of Spindle #BEC9D0
RGB
CMYK
RGB Variations
Color information
#BEC9D0 (or 0xBEC9D0) is known color: Spindle. HEX triplet: BE, C9 and D0. RGB value is (190,201,208). Sum of RGB (Red+Green+Blue) = 190+201+208=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9D0 is #41362F. Grayscale: #C6C6C6. Windows color (decimal): -4273712 or 13683134. OLE color: 13683134.
HSL color Cylindrical-coordinate representation of color #BEC9D0: hue angle of 203.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC9D0 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 201 | 208 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.18 |
| HSL | 203.33º | 0.16% | 0.78% | - |
| HSV(B) | 203.33º | 0.09% | 0.82% | - |
| XYZ | 53.51 | 57.27 | 67.91 | - |
| YUV | 198.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 208 | 0.09 | 0.03 | 0 | 0.18 | 203.33 | 0.16 | 0.78 |
| Hex | BE | C9 | D0 | 9 | 3 | 0 | 12 | CB | 10 | 4E |
| Octal | 276 | 311 | 320 | 11 | 3 | 0 | 22 | 313 | 20 | 116 |
| Binary | 10111110 | 11001001 | 11010000 | 1001 | 11 | 0 | 10010 | 11001011 | 10000 | 1001110 |
Color Harmonies of #BEC9D0
Complementary color
Monochromatic Colors of #BEC9D0
Black with #BEC9D0
Text Example
Text Example
White with #BEC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9D0; }
p { color: rgb(190,201,208); }
H1.HeaderClassName
{
color: #BEC9D0;
}
.AnyTagClassName
{
color: #BEC9D0;
}
</style>
background-color css
<style>
a { background-color: #BEC9D0; }
a { background-color: rgb(190,201,208); }
div.DivClassName
{
background-color: #BEC9D0;
}
.BgClassName
{
background-color: #BEC9D0;
}
</style>
border-color css
<style>
span { border-color: #BEC9D0; }
span { border-color: rgb(190,201,208); }
td.TdClassName
{
border-color: #BEC9D0;
}
.TagClassName
{
border-color: #BEC9D0;
}
</style>