Shades of Spindle #BECBD3
Tints of Spindle #BECBD3
RGB
CMYK
RGB Variations
Color information
#BECBD3 (or 0xBECBD3) is known color: Spindle. HEX triplet: BE, CB and D3. RGB value is (190,203,211). Sum of RGB (Red+Green+Blue) = 190+203+211=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 211 - color contains mainly: blue. Hex color #BECBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBD3 is #41342C. Grayscale: #C7C7C7. Windows color (decimal): -4273197 or 13880254. OLE color: 13880254.
HSL color Cylindrical-coordinate representation of color #BECBD3: hue angle of 202.86º 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 #BECBD3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 203 | 211 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.17 |
| HSL | 202.86º | 0.19% | 0.79% | - |
| HSV(B) | 202.86º | 0.1% | 0.83% | - |
| XYZ | 54.35 | 58.36 | 70.03 | - |
| YUV | 200.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 211 | 0.10 | 0.04 | 0 | 0.17 | 202.86 | 0.19 | 0.79 |
| Hex | BE | CB | D3 | A | 4 | 0 | 11 | CB | 13 | 4F |
| Octal | 276 | 313 | 323 | 12 | 4 | 0 | 21 | 313 | 23 | 117 |
| Binary | 10111110 | 11001011 | 11010011 | 1010 | 100 | 0 | 10001 | 11001011 | 10011 | 1001111 |
Color Harmonies of #BECBD3
Complementary color
Monochromatic Colors of #BECBD3
Black with #BECBD3
Text Example
Text Example
White with #BECBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBD3; }
p { color: rgb(190,203,211); }
H1.HeaderClassName
{
color: #BECBD3;
}
.AnyTagClassName
{
color: #BECBD3;
}
</style>
background-color css
<style>
a { background-color: #BECBD3; }
a { background-color: rgb(190,203,211); }
div.DivClassName
{
background-color: #BECBD3;
}
.BgClassName
{
background-color: #BECBD3;
}
</style>
border-color css
<style>
span { border-color: #BECBD3; }
span { border-color: rgb(190,203,211); }
td.TdClassName
{
border-color: #BECBD3;
}
.TagClassName
{
border-color: #BECBD3;
}
</style>