Shades of Spindle #BED1DE
Tints of Spindle #BED1DE
RGB
CMYK
RGB Variations
Color information
#BED1DE (or 0xBED1DE) is known color: Spindle. HEX triplet: BE, D1 and DE. RGB value is (190,209,222). Sum of RGB (Red+Green+Blue) = 190+209+222=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #BED1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1DE is #412E21. Grayscale: #CCCCCC. Windows color (decimal): -4271650 or 14602686. OLE color: 14602686.
HSL color Cylindrical-coordinate representation of color #BED1DE: hue angle of 204.38º 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 #BED1DE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 209 | 222 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.13 |
| HSL | 204.38º | 0.33% | 0.81% | - |
| HSV(B) | 204.38º | 0.14% | 0.87% | - |
| XYZ | 57.22 | 61.82 | 78.02 | - |
| YUV | 204.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 222 | 0.14 | 0.06 | 0 | 0.13 | 204.38 | 0.33 | 0.81 |
| Hex | BE | D1 | DE | E | 6 | 0 | D | CC | 21 | 51 |
| Octal | 276 | 321 | 336 | 16 | 6 | 0 | 15 | 314 | 41 | 121 |
| Binary | 10111110 | 11010001 | 11011110 | 1110 | 110 | 0 | 1101 | 11001100 | 100001 | 1010001 |
Color Harmonies of #BED1DE
Complementary color
Monochromatic Colors of #BED1DE
Black with #BED1DE
Text Example
Text Example
White with #BED1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1DE; }
p { color: rgb(190,209,222); }
H1.HeaderClassName
{
color: #BED1DE;
}
.AnyTagClassName
{
color: #BED1DE;
}
</style>
background-color css
<style>
a { background-color: #BED1DE; }
a { background-color: rgb(190,209,222); }
div.DivClassName
{
background-color: #BED1DE;
}
.BgClassName
{
background-color: #BED1DE;
}
</style>
border-color css
<style>
span { border-color: #BED1DE; }
span { border-color: rgb(190,209,222); }
td.TdClassName
{
border-color: #BED1DE;
}
.TagClassName
{
border-color: #BED1DE;
}
</style>