Shades of Light Blue #BED5E0
Tints of Light Blue #BED5E0
RGB
CMYK
RGB Variations
Color information
#BED5E0 (or 0xBED5E0) is known color: Light Blue. HEX triplet: BE, D5 and E0. RGB value is (190,213,224). Sum of RGB (Red+Green+Blue) = 190+213+224=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #BED5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5E0 is #412A1F. Grayscale: #CFCFCF. Windows color (decimal): -4270624 or 14734782. OLE color: 14734782.
HSL color Cylindrical-coordinate representation of color #BED5E0: hue angle of 199.41º 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 #BED5E0 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 213 | 224 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.12 |
| HSL | 199.41º | 0.35% | 0.81% | - |
| HSV(B) | 199.41º | 0.15% | 0.88% | - |
| XYZ | 58.48 | 63.92 | 79.78 | - |
| YUV | 207.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 224 | 0.15 | 0.05 | 0 | 0.12 | 199.41 | 0.35 | 0.81 |
| Hex | BE | D5 | E0 | F | 5 | 0 | C | C7 | 23 | 51 |
| Octal | 276 | 325 | 340 | 17 | 5 | 0 | 14 | 307 | 43 | 121 |
| Binary | 10111110 | 11010101 | 11100000 | 1111 | 101 | 0 | 1100 | 11000111 | 100011 | 1010001 |
Color Harmonies of #BED5E0
Complementary color
Monochromatic Colors of #BED5E0
Black with #BED5E0
Text Example
Text Example
White with #BED5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5E0; }
p { color: rgb(190,213,224); }
H1.HeaderClassName
{
color: #BED5E0;
}
.AnyTagClassName
{
color: #BED5E0;
}
</style>
background-color css
<style>
a { background-color: #BED5E0; }
a { background-color: rgb(190,213,224); }
div.DivClassName
{
background-color: #BED5E0;
}
.BgClassName
{
background-color: #BED5E0;
}
</style>
border-color css
<style>
span { border-color: #BED5E0; }
span { border-color: rgb(190,213,224); }
td.TdClassName
{
border-color: #BED5E0;
}
.TagClassName
{
border-color: #BED5E0;
}
</style>