Shades of Light Blue #BED3E1
Tints of Light Blue #BED3E1
RGB
CMYK
RGB Variations
Color information
#BED3E1 (or 0xBED3E1) is known color: Light Blue. HEX triplet: BE, D3 and E1. RGB value is (190,211,225). Sum of RGB (Red+Green+Blue) = 190+211+225=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3E1 is #412C1E. Grayscale: #CECECE. Windows color (decimal): -4271135 or 14799806. OLE color: 14799806.
HSL color Cylindrical-coordinate representation of color #BED3E1: hue angle of 204º 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 #BED3E1 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 211 | 225 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.12 |
| HSL | 204º | 0.37% | 0.81% | - |
| HSV(B) | 204º | 0.16% | 0.88% | - |
| XYZ | 58.12 | 62.97 | 80.33 | - |
| YUV | 206.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 225 | 0.16 | 0.06 | 0 | 0.12 | 204 | 0.37 | 0.81 |
| Hex | BE | D3 | E1 | 10 | 6 | 0 | C | CC | 25 | 51 |
| Octal | 276 | 323 | 341 | 20 | 6 | 0 | 14 | 314 | 45 | 121 |
| Binary | 10111110 | 11010011 | 11100001 | 10000 | 110 | 0 | 1100 | 11001100 | 100101 | 1010001 |
Color Harmonies of #BED3E1
Complementary color
Monochromatic Colors of #BED3E1
Black with #BED3E1
Text Example
Text Example
White with #BED3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3E1; }
p { color: rgb(190,211,225); }
H1.HeaderClassName
{
color: #BED3E1;
}
.AnyTagClassName
{
color: #BED3E1;
}
</style>
background-color css
<style>
a { background-color: #BED3E1; }
a { background-color: rgb(190,211,225); }
div.DivClassName
{
background-color: #BED3E1;
}
.BgClassName
{
background-color: #BED3E1;
}
</style>
border-color css
<style>
span { border-color: #BED3E1; }
span { border-color: rgb(190,211,225); }
td.TdClassName
{
border-color: #BED3E1;
}
.TagClassName
{
border-color: #BED3E1;
}
</style>