Shades of Light Blue #BED8E3
Tints of Light Blue #BED8E3
RGB
CMYK
RGB Variations
Color information
#BED8E3 (or 0xBED8E3) is known color: Light Blue. HEX triplet: BE, D8 and E3. RGB value is (190,216,227). Sum of RGB (Red+Green+Blue) = 190+216+227=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #BED8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8E3 is #41271C. Grayscale: #D1D1D1. Windows color (decimal): -4269853 or 14932158. OLE color: 14932158.
HSL color Cylindrical-coordinate representation of color #BED8E3: hue angle of 197.84º 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 #BED8E3 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 216 | 227 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.11 |
| HSL | 197.84º | 0.4% | 0.82% | - |
| HSV(B) | 197.84º | 0.16% | 0.89% | - |
| XYZ | 59.66 | 65.6 | 82.19 | - |
| YUV | 209.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 227 | 0.16 | 0.05 | 0 | 0.11 | 197.84 | 0.4 | 0.82 |
| Hex | BE | D8 | E3 | 10 | 5 | 0 | B | C6 | 28 | 52 |
| Octal | 276 | 330 | 343 | 20 | 5 | 0 | 13 | 306 | 50 | 122 |
| Binary | 10111110 | 11011000 | 11100011 | 10000 | 101 | 0 | 1011 | 11000110 | 101000 | 1010010 |
Color Harmonies of #BED8E3
Complementary color
Monochromatic Colors of #BED8E3
Black with #BED8E3
Text Example
Text Example
White with #BED8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8E3; }
p { color: rgb(190,216,227); }
H1.HeaderClassName
{
color: #BED8E3;
}
.AnyTagClassName
{
color: #BED8E3;
}
</style>
background-color css
<style>
a { background-color: #BED8E3; }
a { background-color: rgb(190,216,227); }
div.DivClassName
{
background-color: #BED8E3;
}
.BgClassName
{
background-color: #BED8E3;
}
</style>
border-color css
<style>
span { border-color: #BED8E3; }
span { border-color: rgb(190,216,227); }
td.TdClassName
{
border-color: #BED8E3;
}
.TagClassName
{
border-color: #BED8E3;
}
</style>