Shades of Light Blue #BED6E1
Tints of Light Blue #BED6E1
RGB
CMYK
RGB Variations
Color information
#BED6E1 (or 0xBED6E1) is known color: Light Blue. HEX triplet: BE, D6 and E1. RGB value is (190,214,225). Sum of RGB (Red+Green+Blue) = 190+214+225=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6E1 is #41291E. Grayscale: #D0D0D0. Windows color (decimal): -4270367 or 14800574. OLE color: 14800574.
HSL color Cylindrical-coordinate representation of color #BED6E1: hue angle of 198.86º 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 #BED6E1 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 214 | 225 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.12 |
| HSL | 198.86º | 0.37% | 0.81% | - |
| HSV(B) | 198.86º | 0.16% | 0.88% | - |
| XYZ | 58.87 | 64.48 | 80.58 | - |
| YUV | 208.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 225 | 0.16 | 0.05 | 0 | 0.12 | 198.86 | 0.37 | 0.81 |
| Hex | BE | D6 | E1 | 10 | 5 | 0 | C | C7 | 25 | 51 |
| Octal | 276 | 326 | 341 | 20 | 5 | 0 | 14 | 307 | 45 | 121 |
| Binary | 10111110 | 11010110 | 11100001 | 10000 | 101 | 0 | 1100 | 11000111 | 100101 | 1010001 |
Color Harmonies of #BED6E1
Complementary color
Monochromatic Colors of #BED6E1
Black with #BED6E1
Text Example
Text Example
White with #BED6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6E1; }
p { color: rgb(190,214,225); }
H1.HeaderClassName
{
color: #BED6E1;
}
.AnyTagClassName
{
color: #BED6E1;
}
</style>
background-color css
<style>
a { background-color: #BED6E1; }
a { background-color: rgb(190,214,225); }
div.DivClassName
{
background-color: #BED6E1;
}
.BgClassName
{
background-color: #BED6E1;
}
</style>
border-color css
<style>
span { border-color: #BED6E1; }
span { border-color: rgb(190,214,225); }
td.TdClassName
{
border-color: #BED6E1;
}
.TagClassName
{
border-color: #BED6E1;
}
</style>