Shades of Light Blue #BED3DC
Tints of Light Blue #BED3DC
RGB
CMYK
RGB Variations
Color information
#BED3DC (or 0xBED3DC) is known color: Light Blue. HEX triplet: BE, D3 and DC. RGB value is (190,211,220). Sum of RGB (Red+Green+Blue) = 190+211+220=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3DC is #412C23. Grayscale: #CDCDCD. Windows color (decimal): -4271140 or 14472126. OLE color: 14472126.
HSL color Cylindrical-coordinate representation of color #BED3DC: hue angle of 198º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED3DC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 211 | 220 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.14 |
| HSL | 198º | 0.3% | 0.8% | - |
| HSV(B) | 198º | 0.14% | 0.86% | - |
| XYZ | 57.45 | 62.7 | 76.79 | - |
| YUV | 205.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 220 | 0.14 | 0.04 | 0 | 0.14 | 198 | 0.3 | 0.8 |
| Hex | BE | D3 | DC | E | 4 | 0 | E | C6 | 1E | 50 |
| Octal | 276 | 323 | 334 | 16 | 4 | 0 | 16 | 306 | 36 | 120 |
| Binary | 10111110 | 11010011 | 11011100 | 1110 | 100 | 0 | 1110 | 11000110 | 11110 | 1010000 |
Color Harmonies of #BED3DC
Complementary color
Monochromatic Colors of #BED3DC
Black with #BED3DC
Text Example
Text Example
White with #BED3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3DC; }
p { color: rgb(190,211,220); }
H1.HeaderClassName
{
color: #BED3DC;
}
.AnyTagClassName
{
color: #BED3DC;
}
</style>
background-color css
<style>
a { background-color: #BED3DC; }
a { background-color: rgb(190,211,220); }
div.DivClassName
{
background-color: #BED3DC;
}
.BgClassName
{
background-color: #BED3DC;
}
</style>
border-color css
<style>
span { border-color: #BED3DC; }
span { border-color: rgb(190,211,220); }
td.TdClassName
{
border-color: #BED3DC;
}
.TagClassName
{
border-color: #BED3DC;
}
</style>