Shades of Light Blue #BED3E0
Tints of Light Blue #BED3E0
RGB
CMYK
RGB Variations
Color information
#BED3E0 (or 0xBED3E0) is known color: Light Blue. HEX triplet: BE, D3 and E0. RGB value is (190,211,224). Sum of RGB (Red+Green+Blue) = 190+211+224=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #BED3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3E0 is #412C1F. Grayscale: #CECECE. Windows color (decimal): -4271136 or 14734270. OLE color: 14734270.
HSL color Cylindrical-coordinate representation of color #BED3E0: hue angle of 202.94º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BED3E0 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 211 | 224 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.12 |
| HSL | 202.94º | 0.35% | 0.81% | - |
| HSV(B) | 202.94º | 0.15% | 0.88% | - |
| XYZ | 57.98 | 62.92 | 79.61 | - |
| YUV | 206.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 224 | 0.15 | 0.06 | 0 | 0.12 | 202.94 | 0.35 | 0.81 |
| Hex | BE | D3 | E0 | F | 6 | 0 | C | CB | 23 | 51 |
| Octal | 276 | 323 | 340 | 17 | 6 | 0 | 14 | 313 | 43 | 121 |
| Binary | 10111110 | 11010011 | 11100000 | 1111 | 110 | 0 | 1100 | 11001011 | 100011 | 1010001 |
Color Harmonies of #BED3E0
Complementary color
Monochromatic Colors of #BED3E0
Black with #BED3E0
Text Example
Text Example
White with #BED3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3E0; }
p { color: rgb(190,211,224); }
H1.HeaderClassName
{
color: #BED3E0;
}
.AnyTagClassName
{
color: #BED3E0;
}
</style>
background-color css
<style>
a { background-color: #BED3E0; }
a { background-color: rgb(190,211,224); }
div.DivClassName
{
background-color: #BED3E0;
}
.BgClassName
{
background-color: #BED3E0;
}
</style>
border-color css
<style>
span { border-color: #BED3E0; }
span { border-color: rgb(190,211,224); }
td.TdClassName
{
border-color: #BED3E0;
}
.TagClassName
{
border-color: #BED3E0;
}
</style>