Shades of Light Blue #BED4E3
Tints of Light Blue #BED4E3
RGB
CMYK
RGB Variations
Color information
#BED4E3 (or 0xBED4E3) is known color: Light Blue. HEX triplet: BE, D4 and E3. RGB value is (190,212,227). Sum of RGB (Red+Green+Blue) = 190+212+227=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 227 - color contains mainly: blue. Hex color #BED4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4E3 is #412B1C. Grayscale: #CFCFCF. Windows color (decimal): -4270877 or 14931134. OLE color: 14931134.
HSL color Cylindrical-coordinate representation of color #BED4E3: hue angle of 204.32º 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 #BED4E3 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 212 | 227 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.11 |
| HSL | 204.32º | 0.4% | 0.82% | - |
| HSV(B) | 204.32º | 0.16% | 0.89% | - |
| XYZ | 58.64 | 63.58 | 81.85 | - |
| YUV | 207.13 | 139.21 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 227 | 0.16 | 0.07 | 0 | 0.11 | 204.32 | 0.4 | 0.82 |
| Hex | BE | D4 | E3 | 10 | 7 | 0 | B | CC | 28 | 52 |
| Octal | 276 | 324 | 343 | 20 | 7 | 0 | 13 | 314 | 50 | 122 |
| Binary | 10111110 | 11010100 | 11100011 | 10000 | 111 | 0 | 1011 | 11001100 | 101000 | 1010010 |
Color Harmonies of #BED4E3
Complementary color
Monochromatic Colors of #BED4E3
Black with #BED4E3
Text Example
Text Example
White with #BED4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4E3; }
p { color: rgb(190,212,227); }
H1.HeaderClassName
{
color: #BED4E3;
}
.AnyTagClassName
{
color: #BED4E3;
}
</style>
background-color css
<style>
a { background-color: #BED4E3; }
a { background-color: rgb(190,212,227); }
div.DivClassName
{
background-color: #BED4E3;
}
.BgClassName
{
background-color: #BED4E3;
}
</style>
border-color css
<style>
span { border-color: #BED4E3; }
span { border-color: rgb(190,212,227); }
td.TdClassName
{
border-color: #BED4E3;
}
.TagClassName
{
border-color: #BED4E3;
}
</style>