Shades of Light Blue #BED3DD
Tints of Light Blue #BED3DD
RGB
CMYK
RGB Variations
Color information
#BED3DD (or 0xBED3DD) is known color: Light Blue. HEX triplet: BE, D3 and DD. RGB value is (190,211,221). Sum of RGB (Red+Green+Blue) = 190+211+221=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #BED3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3DD is #412C22. Grayscale: #CDCDCD. Windows color (decimal): -4271139 or 14537662. OLE color: 14537662.
HSL color Cylindrical-coordinate representation of color #BED3DD: hue angle of 199.35º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED3DD is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 211 | 221 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.13 |
| HSL | 199.35º | 0.31% | 0.81% | - |
| HSV(B) | 199.35º | 0.14% | 0.87% | - |
| XYZ | 57.58 | 62.76 | 77.48 | - |
| YUV | 205.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 221 | 0.14 | 0.05 | 0 | 0.13 | 199.35 | 0.31 | 0.81 |
| Hex | BE | D3 | DD | E | 5 | 0 | D | C7 | 1F | 51 |
| Octal | 276 | 323 | 335 | 16 | 5 | 0 | 15 | 307 | 37 | 121 |
| Binary | 10111110 | 11010011 | 11011101 | 1110 | 101 | 0 | 1101 | 11000111 | 11111 | 1010001 |
Color Harmonies of #BED3DD
Complementary color
Monochromatic Colors of #BED3DD
Black with #BED3DD
Text Example
Text Example
White with #BED3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3DD; }
p { color: rgb(190,211,221); }
H1.HeaderClassName
{
color: #BED3DD;
}
.AnyTagClassName
{
color: #BED3DD;
}
</style>
background-color css
<style>
a { background-color: #BED3DD; }
a { background-color: rgb(190,211,221); }
div.DivClassName
{
background-color: #BED3DD;
}
.BgClassName
{
background-color: #BED3DD;
}
</style>
border-color css
<style>
span { border-color: #BED3DD; }
span { border-color: rgb(190,211,221); }
td.TdClassName
{
border-color: #BED3DD;
}
.TagClassName
{
border-color: #BED3DD;
}
</style>