Shades of Spindle #BECBD9
Tints of Spindle #BECBD9
RGB
CMYK
RGB Variations
Color information
#BECBD9 (or 0xBECBD9) is known color: Spindle. HEX triplet: BE, CB and D9. RGB value is (190,203,217). Sum of RGB (Red+Green+Blue) = 190+203+217=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 217 - color contains mainly: blue. Hex color #BECBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBD9 is #413426. Grayscale: #C8C8C8. Windows color (decimal): -4273191 or 14273470. OLE color: 14273470.
HSL color Cylindrical-coordinate representation of color #BECBD9: hue angle of 211.11º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BECBD9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 203 | 217 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.15 |
| HSL | 211.11º | 0.26% | 0.8% | - |
| HSV(B) | 211.11º | 0.12% | 0.85% | - |
| XYZ | 55.12 | 58.67 | 74.06 | - |
| YUV | 200.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 217 | 0.12 | 0.06 | 0 | 0.15 | 211.11 | 0.26 | 0.8 |
| Hex | BE | CB | D9 | C | 6 | 0 | F | D3 | 1A | 50 |
| Octal | 276 | 313 | 331 | 14 | 6 | 0 | 17 | 323 | 32 | 120 |
| Binary | 10111110 | 11001011 | 11011001 | 1100 | 110 | 0 | 1111 | 11010011 | 11010 | 1010000 |
Color Harmonies of #BECBD9
Complementary color
Monochromatic Colors of #BECBD9
Black with #BECBD9
Text Example
Text Example
White with #BECBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBD9; }
p { color: rgb(190,203,217); }
H1.HeaderClassName
{
color: #BECBD9;
}
.AnyTagClassName
{
color: #BECBD9;
}
</style>
background-color css
<style>
a { background-color: #BECBD9; }
a { background-color: rgb(190,203,217); }
div.DivClassName
{
background-color: #BECBD9;
}
.BgClassName
{
background-color: #BECBD9;
}
</style>
border-color css
<style>
span { border-color: #BECBD9; }
span { border-color: rgb(190,203,217); }
td.TdClassName
{
border-color: #BECBD9;
}
.TagClassName
{
border-color: #BECBD9;
}
</style>