Shades of Light Blue #BED4E1
Tints of Light Blue #BED4E1
RGB
CMYK
RGB Variations
Color information
#BED4E1 (or 0xBED4E1) is known color: Light Blue. HEX triplet: BE, D4 and E1. RGB value is (190,212,225). Sum of RGB (Red+Green+Blue) = 190+212+225=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4E1 is #412B1E. Grayscale: #CECECE. Windows color (decimal): -4270879 or 14800062. OLE color: 14800062.
HSL color Cylindrical-coordinate representation of color #BED4E1: hue angle of 202.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BED4E1 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 212 | 225 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.12 |
| HSL | 202.29º | 0.37% | 0.81% | - |
| HSV(B) | 202.29º | 0.16% | 0.88% | - |
| XYZ | 58.37 | 63.47 | 80.41 | - |
| YUV | 206.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 225 | 0.16 | 0.06 | 0 | 0.12 | 202.29 | 0.37 | 0.81 |
| Hex | BE | D4 | E1 | 10 | 6 | 0 | C | CA | 25 | 51 |
| Octal | 276 | 324 | 341 | 20 | 6 | 0 | 14 | 312 | 45 | 121 |
| Binary | 10111110 | 11010100 | 11100001 | 10000 | 110 | 0 | 1100 | 11001010 | 100101 | 1010001 |
Color Harmonies of #BED4E1
Complementary color
Monochromatic Colors of #BED4E1
Black with #BED4E1
Text Example
Text Example
White with #BED4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4E1; }
p { color: rgb(190,212,225); }
H1.HeaderClassName
{
color: #BED4E1;
}
.AnyTagClassName
{
color: #BED4E1;
}
</style>
background-color css
<style>
a { background-color: #BED4E1; }
a { background-color: rgb(190,212,225); }
div.DivClassName
{
background-color: #BED4E1;
}
.BgClassName
{
background-color: #BED4E1;
}
</style>
border-color css
<style>
span { border-color: #BED4E1; }
span { border-color: rgb(190,212,225); }
td.TdClassName
{
border-color: #BED4E1;
}
.TagClassName
{
border-color: #BED4E1;
}
</style>