Shades of Spindle #BECCDA
Tints of Spindle #BECCDA
RGB
CMYK
RGB Variations
Color information
#BECCDA (or 0xBECCDA) is known color: Spindle. HEX triplet: BE, CC and DA. RGB value is (190,204,218). Sum of RGB (Red+Green+Blue) = 190+204+218=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #BECCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCDA is #413325. Grayscale: #C9C9C9. Windows color (decimal): -4272934 or 14339262. OLE color: 14339262.
HSL color Cylindrical-coordinate representation of color #BECCDA: hue angle of 210º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECCDA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 204 | 218 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.15 |
| HSL | 210º | 0.27% | 0.8% | - |
| HSV(B) | 210º | 0.13% | 0.85% | - |
| XYZ | 55.48 | 59.19 | 74.83 | - |
| YUV | 201.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 218 | 0.13 | 0.06 | 0 | 0.15 | 210 | 0.27 | 0.8 |
| Hex | BE | CC | DA | D | 6 | 0 | F | D2 | 1B | 50 |
| Octal | 276 | 314 | 332 | 15 | 6 | 0 | 17 | 322 | 33 | 120 |
| Binary | 10111110 | 11001100 | 11011010 | 1101 | 110 | 0 | 1111 | 11010010 | 11011 | 1010000 |
Color Harmonies of #BECCDA
Complementary color
Monochromatic Colors of #BECCDA
Black with #BECCDA
Text Example
Text Example
White with #BECCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCDA; }
p { color: rgb(190,204,218); }
H1.HeaderClassName
{
color: #BECCDA;
}
.AnyTagClassName
{
color: #BECCDA;
}
</style>
background-color css
<style>
a { background-color: #BECCDA; }
a { background-color: rgb(190,204,218); }
div.DivClassName
{
background-color: #BECCDA;
}
.BgClassName
{
background-color: #BECCDA;
}
</style>
border-color css
<style>
span { border-color: #BECCDA; }
span { border-color: rgb(190,204,218); }
td.TdClassName
{
border-color: #BECCDA;
}
.TagClassName
{
border-color: #BECCDA;
}
</style>