Shades of Spindle #BECEDE
Tints of Spindle #BECEDE
RGB
CMYK
RGB Variations
Color information
#BECEDE (or 0xBECEDE) is known color: Spindle. HEX triplet: BE, CE and DE. RGB value is (190,206,222). Sum of RGB (Red+Green+Blue) = 190+206+222=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #BECEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEDE is #413121. Grayscale: #CACACA. Windows color (decimal): -4272418 or 14601918. OLE color: 14601918.
HSL color Cylindrical-coordinate representation of color #BECEDE: hue angle of 210º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECEDE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 206 | 222 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.13 |
| HSL | 210º | 0.33% | 0.81% | - |
| HSV(B) | 210º | 0.14% | 0.87% | - |
| XYZ | 56.49 | 60.36 | 77.78 | - |
| YUV | 203.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 222 | 0.14 | 0.07 | 0 | 0.13 | 210 | 0.33 | 0.81 |
| Hex | BE | CE | DE | E | 7 | 0 | D | D2 | 21 | 51 |
| Octal | 276 | 316 | 336 | 16 | 7 | 0 | 15 | 322 | 41 | 121 |
| Binary | 10111110 | 11001110 | 11011110 | 1110 | 111 | 0 | 1101 | 11010010 | 100001 | 1010001 |
Color Harmonies of #BECEDE
Complementary color
Monochromatic Colors of #BECEDE
Black with #BECEDE
Text Example
Text Example
White with #BECEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEDE; }
p { color: rgb(190,206,222); }
H1.HeaderClassName
{
color: #BECEDE;
}
.AnyTagClassName
{
color: #BECEDE;
}
</style>
background-color css
<style>
a { background-color: #BECEDE; }
a { background-color: rgb(190,206,222); }
div.DivClassName
{
background-color: #BECEDE;
}
.BgClassName
{
background-color: #BECEDE;
}
</style>
border-color css
<style>
span { border-color: #BECEDE; }
span { border-color: rgb(190,206,222); }
td.TdClassName
{
border-color: #BECEDE;
}
.TagClassName
{
border-color: #BECEDE;
}
</style>