Shades of Spindle #BECEDD
Tints of Spindle #BECEDD
RGB
CMYK
RGB Variations
Color information
#BECEDD (or 0xBECEDD) is known color: Spindle. HEX triplet: BE, CE and DD. RGB value is (190,206,221). Sum of RGB (Red+Green+Blue) = 190+206+221=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #BECEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEDD is #413122. Grayscale: #CACACA. Windows color (decimal): -4272419 or 14536382. OLE color: 14536382.
HSL color Cylindrical-coordinate representation of color #BECEDD: hue angle of 209.03º degrees, saturation: 0.31, 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 #BECEDD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 206 | 221 | - |
CMYK | 0.14 | 0.07 | 0 | 0.13 |
HSL | 209.03º | 0.31% | 0.81% | - |
HSV(B) | 209.03º | 0.14% | 0.87% | - |
XYZ | 56.36 | 60.31 | 77.08 | - |
YUV | 202.93 | 138.2 | 118.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 206 | 221 | 0.14 | 0.07 | 0 | 0.13 | 209.03 | 0.31 | 0.81 |
Hex | BE | CE | DD | E | 7 | 0 | D | D1 | 1F | 51 |
Octal | 276 | 316 | 335 | 16 | 7 | 0 | 15 | 321 | 37 | 121 |
Binary | 10111110 | 11001110 | 11011101 | 1110 | 111 | 0 | 1101 | 11010001 | 11111 | 1010001 |
Color Harmonies of #BECEDD
Complementary color
Monochromatic Colors of #BECEDD
Black with #BECEDD
Text Example
Text Example
White with #BECEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEDD; }
p { color: rgb(190,206,221); }
H1.HeaderClassName
{
color: #BECEDD;
}
.AnyTagClassName
{
color: #BECEDD;
}
</style>
background-color css
<style>
a { background-color: #BECEDD; }
a { background-color: rgb(190,206,221); }
div.DivClassName
{
background-color: #BECEDD;
}
.BgClassName
{
background-color: #BECEDD;
}
</style>
border-color css
<style>
span { border-color: #BECEDD; }
span { border-color: rgb(190,206,221); }
td.TdClassName
{
border-color: #BECEDD;
}
.TagClassName
{
border-color: #BECEDD;
}
</style>