Shades of Spindle #BEC7D3
Tints of Spindle #BEC7D3
RGB
CMYK
RGB Variations
Color information
#BEC7D3 (or 0xBEC7D3) is known color: Spindle. HEX triplet: BE, C7 and D3. RGB value is (190,199,211). Sum of RGB (Red+Green+Blue) = 190+199+211=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEC7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7D3 is #41382C. Grayscale: #C5C5C5. Windows color (decimal): -4274221 or 13879230. OLE color: 13879230.
HSL color Cylindrical-coordinate representation of color #BEC7D3: hue angle of 214.29º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC7D3 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 199 | 211 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.17 |
| HSL | 214.29º | 0.19% | 0.79% | - |
| HSV(B) | 214.29º | 0.1% | 0.83% | - |
| XYZ | 53.42 | 56.5 | 69.72 | - |
| YUV | 197.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 211 | 0.10 | 0.06 | 0 | 0.17 | 214.29 | 0.19 | 0.79 |
| Hex | BE | C7 | D3 | A | 6 | 0 | 11 | D6 | 13 | 4F |
| Octal | 276 | 307 | 323 | 12 | 6 | 0 | 21 | 326 | 23 | 117 |
| Binary | 10111110 | 11000111 | 11010011 | 1010 | 110 | 0 | 10001 | 11010110 | 10011 | 1001111 |
Color Harmonies of #BEC7D3
Complementary color
Monochromatic Colors of #BEC7D3
Black with #BEC7D3
Text Example
Text Example
White with #BEC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7D3; }
p { color: rgb(190,199,211); }
H1.HeaderClassName
{
color: #BEC7D3;
}
.AnyTagClassName
{
color: #BEC7D3;
}
</style>
background-color css
<style>
a { background-color: #BEC7D3; }
a { background-color: rgb(190,199,211); }
div.DivClassName
{
background-color: #BEC7D3;
}
.BgClassName
{
background-color: #BEC7D3;
}
</style>
border-color css
<style>
span { border-color: #BEC7D3; }
span { border-color: rgb(190,199,211); }
td.TdClassName
{
border-color: #BEC7D3;
}
.TagClassName
{
border-color: #BEC7D3;
}
</style>