Shades of Spindle #BEC7CF
Tints of Spindle #BEC7CF
RGB
CMYK
RGB Variations
Color information
#BEC7CF (or 0xBEC7CF) is known color: Spindle. HEX triplet: BE, C7 and CF. RGB value is (190,199,207). Sum of RGB (Red+Green+Blue) = 190+199+207=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7CF is #413830. Grayscale: #C5C5C5. Windows color (decimal): -4274225 or 13617086. OLE color: 13617086.
HSL color Cylindrical-coordinate representation of color #BEC7CF: hue angle of 208.24º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC7CF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 199 | 207 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.19 |
| HSL | 208.24º | 0.15% | 0.78% | - |
| HSV(B) | 208.24º | 0.08% | 0.81% | - |
| XYZ | 52.92 | 56.3 | 67.11 | - |
| YUV | 197.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 207 | 0.08 | 0.04 | 0 | 0.19 | 208.24 | 0.15 | 0.78 |
| Hex | BE | C7 | CF | 8 | 4 | 0 | 13 | D0 | F | 4E |
| Octal | 276 | 307 | 317 | 10 | 4 | 0 | 23 | 320 | 17 | 116 |
| Binary | 10111110 | 11000111 | 11001111 | 1000 | 100 | 0 | 10011 | 11010000 | 1111 | 1001110 |
Color Harmonies of #BEC7CF
Complementary color
Monochromatic Colors of #BEC7CF
Black with #BEC7CF
Text Example
Text Example
White with #BEC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7CF; }
p { color: rgb(190,199,207); }
H1.HeaderClassName
{
color: #BEC7CF;
}
.AnyTagClassName
{
color: #BEC7CF;
}
</style>
background-color css
<style>
a { background-color: #BEC7CF; }
a { background-color: rgb(190,199,207); }
div.DivClassName
{
background-color: #BEC7CF;
}
.BgClassName
{
background-color: #BEC7CF;
}
</style>
border-color css
<style>
span { border-color: #BEC7CF; }
span { border-color: rgb(190,199,207); }
td.TdClassName
{
border-color: #BEC7CF;
}
.TagClassName
{
border-color: #BEC7CF;
}
</style>