Shades of Spindle #BED1E1
Tints of Spindle #BED1E1
RGB
CMYK
RGB Variations
Color information
#BED1E1 (or 0xBED1E1) is known color: Spindle. HEX triplet: BE, D1 and E1. RGB value is (190,209,225). Sum of RGB (Red+Green+Blue) = 190+209+225=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1E1 is #412E1E. Grayscale: #CDCDCD. Windows color (decimal): -4271647 or 14799294. OLE color: 14799294.
HSL color Cylindrical-coordinate representation of color #BED1E1: hue angle of 207.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BED1E1 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 209 | 225 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.12 |
| HSL | 207.43º | 0.37% | 0.81% | - |
| HSV(B) | 207.43º | 0.16% | 0.88% | - |
| XYZ | 57.63 | 61.98 | 80.16 | - |
| YUV | 205.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 225 | 0.16 | 0.07 | 0 | 0.12 | 207.43 | 0.37 | 0.81 |
| Hex | BE | D1 | E1 | 10 | 7 | 0 | C | CF | 25 | 51 |
| Octal | 276 | 321 | 341 | 20 | 7 | 0 | 14 | 317 | 45 | 121 |
| Binary | 10111110 | 11010001 | 11100001 | 10000 | 111 | 0 | 1100 | 11001111 | 100101 | 1010001 |
Color Harmonies of #BED1E1
Complementary color
Monochromatic Colors of #BED1E1
Black with #BED1E1
Text Example
Text Example
White with #BED1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1E1; }
p { color: rgb(190,209,225); }
H1.HeaderClassName
{
color: #BED1E1;
}
.AnyTagClassName
{
color: #BED1E1;
}
</style>
background-color css
<style>
a { background-color: #BED1E1; }
a { background-color: rgb(190,209,225); }
div.DivClassName
{
background-color: #BED1E1;
}
.BgClassName
{
background-color: #BED1E1;
}
</style>
border-color css
<style>
span { border-color: #BED1E1; }
span { border-color: rgb(190,209,225); }
td.TdClassName
{
border-color: #BED1E1;
}
.TagClassName
{
border-color: #BED1E1;
}
</style>