Shades of Light Blue #BED9E3
Tints of Light Blue #BED9E3
RGB
CMYK
RGB Variations
Color information
#BED9E3 (or 0xBED9E3) is known color: Light Blue. HEX triplet: BE, D9 and E3. RGB value is (190,217,227). Sum of RGB (Red+Green+Blue) = 190+217+227=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #BED9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9E3 is #41261C. Grayscale: #D2D2D2. Windows color (decimal): -4269597 or 14932414. OLE color: 14932414.
HSL color Cylindrical-coordinate representation of color #BED9E3: hue angle of 196.22º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BED9E3 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 217 | 227 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.11 |
| HSL | 196.22º | 0.4% | 0.82% | - |
| HSV(B) | 196.22º | 0.16% | 0.89% | - |
| XYZ | 59.91 | 66.12 | 82.28 | - |
| YUV | 210.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 227 | 0.16 | 0.04 | 0 | 0.11 | 196.22 | 0.4 | 0.82 |
| Hex | BE | D9 | E3 | 10 | 4 | 0 | B | C4 | 28 | 52 |
| Octal | 276 | 331 | 343 | 20 | 4 | 0 | 13 | 304 | 50 | 122 |
| Binary | 10111110 | 11011001 | 11100011 | 10000 | 100 | 0 | 1011 | 11000100 | 101000 | 1010010 |
Color Harmonies of #BED9E3
Complementary color
Monochromatic Colors of #BED9E3
Black with #BED9E3
Text Example
Text Example
White with #BED9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9E3; }
p { color: rgb(190,217,227); }
H1.HeaderClassName
{
color: #BED9E3;
}
.AnyTagClassName
{
color: #BED9E3;
}
</style>
background-color css
<style>
a { background-color: #BED9E3; }
a { background-color: rgb(190,217,227); }
div.DivClassName
{
background-color: #BED9E3;
}
.BgClassName
{
background-color: #BED9E3;
}
</style>
border-color css
<style>
span { border-color: #BED9E3; }
span { border-color: rgb(190,217,227); }
td.TdClassName
{
border-color: #BED9E3;
}
.TagClassName
{
border-color: #BED9E3;
}
</style>