Shades of Spindle #BEC1C6
Tints of Spindle #BEC1C6
RGB
CMYK
RGB Variations
Color information
#BEC1C6 (or 0xBEC1C6) is known color: Spindle. HEX triplet: BE, C1 and C6. RGB value is (190,193,198). Sum of RGB (Red+Green+Blue) = 190+193+198=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEC1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1C6 is #413E39. Grayscale: #C0C0C0. Windows color (decimal): -4275770 or 13025726. OLE color: 13025726.
HSL color Cylindrical-coordinate representation of color #BEC1C6: hue angle of 217.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC1C6 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 193 | 198 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.22 |
| HSL | 217.5º | 0.07% | 0.76% | - |
| HSV(B) | 217.5º | 0.04% | 0.78% | - |
| XYZ | 50.5 | 53.16 | 61.03 | - |
| YUV | 192.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 198 | 0.04 | 0.03 | 0 | 0.22 | 217.5 | 0.07 | 0.76 |
| Hex | BE | C1 | C6 | 4 | 3 | 0 | 16 | DA | 7 | 4C |
| Octal | 276 | 301 | 306 | 4 | 3 | 0 | 26 | 332 | 7 | 114 |
| Binary | 10111110 | 11000001 | 11000110 | 100 | 11 | 0 | 10110 | 11011010 | 111 | 1001100 |
Color Harmonies of #BEC1C6
Complementary color
Monochromatic Colors of #BEC1C6
Black with #BEC1C6
Text Example
Text Example
White with #BEC1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1C6; }
p { color: rgb(190,193,198); }
H1.HeaderClassName
{
color: #BEC1C6;
}
.AnyTagClassName
{
color: #BEC1C6;
}
</style>
background-color css
<style>
a { background-color: #BEC1C6; }
a { background-color: rgb(190,193,198); }
div.DivClassName
{
background-color: #BEC1C6;
}
.BgClassName
{
background-color: #BEC1C6;
}
</style>
border-color css
<style>
span { border-color: #BEC1C6; }
span { border-color: rgb(190,193,198); }
td.TdClassName
{
border-color: #BEC1C6;
}
.TagClassName
{
border-color: #BEC1C6;
}
</style>