Shades of Light Blue #BED9EA
Tints of Light Blue #BED9EA
RGB
CMYK
RGB Variations
Color information
#BED9EA (or 0xBED9EA) is known color: Light Blue. HEX triplet: BE, D9 and EA. RGB value is (190,217,234). Sum of RGB (Red+Green+Blue) = 190+217+234=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9EA is #412615. Grayscale: #D2D2D2. Windows color (decimal): -4269590 or 15391166. OLE color: 15391166.
HSL color Cylindrical-coordinate representation of color #BED9EA: hue angle of 203.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED9EA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 217 | 234 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.08 |
| HSL | 203.18º | 0.51% | 0.83% | - |
| HSV(B) | 203.18º | 0.19% | 0.92% | - |
| XYZ | 60.9 | 66.51 | 87.47 | - |
| YUV | 210.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 234 | 0.19 | 0.07 | 0 | 0.08 | 203.18 | 0.51 | 0.83 |
| Hex | BE | D9 | EA | 13 | 7 | 0 | 8 | CB | 33 | 53 |
| Octal | 276 | 331 | 352 | 23 | 7 | 0 | 10 | 313 | 63 | 123 |
| Binary | 10111110 | 11011001 | 11101010 | 10011 | 111 | 0 | 1000 | 11001011 | 110011 | 1010011 |
Color Harmonies of #BED9EA
Complementary color
Monochromatic Colors of #BED9EA
Black with #BED9EA
Text Example
Text Example
White with #BED9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9EA; }
p { color: rgb(190,217,234); }
H1.HeaderClassName
{
color: #BED9EA;
}
.AnyTagClassName
{
color: #BED9EA;
}
</style>
background-color css
<style>
a { background-color: #BED9EA; }
a { background-color: rgb(190,217,234); }
div.DivClassName
{
background-color: #BED9EA;
}
.BgClassName
{
background-color: #BED9EA;
}
</style>
border-color css
<style>
span { border-color: #BED9EA; }
span { border-color: rgb(190,217,234); }
td.TdClassName
{
border-color: #BED9EA;
}
.TagClassName
{
border-color: #BED9EA;
}
</style>