Shades of Spindle #BECCD5
Tints of Spindle #BECCD5
RGB
CMYK
RGB Variations
Color information
#BECCD5 (or 0xBECCD5) is known color: Spindle. HEX triplet: BE, CC and D5. RGB value is (190,204,213). Sum of RGB (Red+Green+Blue) = 190+204+213=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #BECCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD5 is #41332A. Grayscale: #C8C8C8. Windows color (decimal): -4272939 or 14011582. OLE color: 14011582.
HSL color Cylindrical-coordinate representation of color #BECCD5: hue angle of 203.48º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECCD5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 204 | 213 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.16 |
| HSL | 203.48º | 0.21% | 0.79% | - |
| HSV(B) | 203.48º | 0.11% | 0.84% | - |
| XYZ | 54.84 | 58.94 | 71.44 | - |
| YUV | 200.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 213 | 0.11 | 0.04 | 0 | 0.16 | 203.48 | 0.21 | 0.79 |
| Hex | BE | CC | D5 | B | 4 | 0 | 10 | CB | 15 | 4F |
| Octal | 276 | 314 | 325 | 13 | 4 | 0 | 20 | 313 | 25 | 117 |
| Binary | 10111110 | 11001100 | 11010101 | 1011 | 100 | 0 | 10000 | 11001011 | 10101 | 1001111 |
Color Harmonies of #BECCD5
Complementary color
Monochromatic Colors of #BECCD5
Black with #BECCD5
Text Example
Text Example
White with #BECCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCD5; }
p { color: rgb(190,204,213); }
H1.HeaderClassName
{
color: #BECCD5;
}
.AnyTagClassName
{
color: #BECCD5;
}
</style>
background-color css
<style>
a { background-color: #BECCD5; }
a { background-color: rgb(190,204,213); }
div.DivClassName
{
background-color: #BECCD5;
}
.BgClassName
{
background-color: #BECCD5;
}
</style>
border-color css
<style>
span { border-color: #BECCD5; }
span { border-color: rgb(190,204,213); }
td.TdClassName
{
border-color: #BECCD5;
}
.TagClassName
{
border-color: #BECCD5;
}
</style>