Shades of Spindle #BEC9D4
Tints of Spindle #BEC9D4
RGB
CMYK
RGB Variations
Color information
#BEC9D4 (or 0xBEC9D4) is known color: Spindle. HEX triplet: BE, C9 and D4. RGB value is (190,201,212). Sum of RGB (Red+Green+Blue) = 190+201+212=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEC9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9D4 is #41362B. Grayscale: #C6C6C6. Windows color (decimal): -4273708 or 13945278. OLE color: 13945278.
HSL color Cylindrical-coordinate representation of color #BEC9D4: hue angle of 210º degrees, saturation: 0.2, 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 #BEC9D4 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 201 | 212 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.17 |
| HSL | 210º | 0.2% | 0.79% | - |
| HSV(B) | 210º | 0.1% | 0.83% | - |
| XYZ | 54.01 | 57.47 | 70.53 | - |
| YUV | 198.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 212 | 0.10 | 0.05 | 0 | 0.17 | 210 | 0.2 | 0.79 |
| Hex | BE | C9 | D4 | A | 5 | 0 | 11 | D2 | 14 | 4F |
| Octal | 276 | 311 | 324 | 12 | 5 | 0 | 21 | 322 | 24 | 117 |
| Binary | 10111110 | 11001001 | 11010100 | 1010 | 101 | 0 | 10001 | 11010010 | 10100 | 1001111 |
Color Harmonies of #BEC9D4
Complementary color
Monochromatic Colors of #BEC9D4
Black with #BEC9D4
Text Example
Text Example
White with #BEC9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9D4; }
p { color: rgb(190,201,212); }
H1.HeaderClassName
{
color: #BEC9D4;
}
.AnyTagClassName
{
color: #BEC9D4;
}
</style>
background-color css
<style>
a { background-color: #BEC9D4; }
a { background-color: rgb(190,201,212); }
div.DivClassName
{
background-color: #BEC9D4;
}
.BgClassName
{
background-color: #BEC9D4;
}
</style>
border-color css
<style>
span { border-color: #BEC9D4; }
span { border-color: rgb(190,201,212); }
td.TdClassName
{
border-color: #BEC9D4;
}
.TagClassName
{
border-color: #BEC9D4;
}
</style>