Shades of Light Blue #BED9E0
Tints of Light Blue #BED9E0
RGB
CMYK
RGB Variations
Color information
#BED9E0 (or 0xBED9E0) is known color: Light Blue. HEX triplet: BE, D9 and E0. RGB value is (190,217,224). Sum of RGB (Red+Green+Blue) = 190+217+224=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #BED9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9E0 is #41261F. Grayscale: #D1D1D1. Windows color (decimal): -4269600 or 14735806. OLE color: 14735806.
HSL color Cylindrical-coordinate representation of color #BED9E0: hue angle of 192.35º 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 #BED9E0 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 217 | 224 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.12 |
| HSL | 192.35º | 0.35% | 0.81% | - |
| HSV(B) | 192.35º | 0.15% | 0.88% | - |
| XYZ | 59.5 | 65.95 | 80.12 | - |
| YUV | 209.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 224 | 0.15 | 0.03 | 0 | 0.12 | 192.35 | 0.35 | 0.81 |
| Hex | BE | D9 | E0 | F | 3 | 0 | C | C0 | 23 | 51 |
| Octal | 276 | 331 | 340 | 17 | 3 | 0 | 14 | 300 | 43 | 121 |
| Binary | 10111110 | 11011001 | 11100000 | 1111 | 11 | 0 | 1100 | 11000000 | 100011 | 1010001 |
Color Harmonies of #BED9E0
Complementary color
Monochromatic Colors of #BED9E0
Black with #BED9E0
Text Example
Text Example
White with #BED9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9E0; }
p { color: rgb(190,217,224); }
H1.HeaderClassName
{
color: #BED9E0;
}
.AnyTagClassName
{
color: #BED9E0;
}
</style>
background-color css
<style>
a { background-color: #BED9E0; }
a { background-color: rgb(190,217,224); }
div.DivClassName
{
background-color: #BED9E0;
}
.BgClassName
{
background-color: #BED9E0;
}
</style>
border-color css
<style>
span { border-color: #BED9E0; }
span { border-color: rgb(190,217,224); }
td.TdClassName
{
border-color: #BED9E0;
}
.TagClassName
{
border-color: #BED9E0;
}
</style>