Shades of Light Blue #BED1DB
Tints of Light Blue #BED1DB
RGB
CMYK
RGB Variations
Color information
#BED1DB (or 0xBED1DB) is known color: Light Blue. HEX triplet: BE, D1 and DB. RGB value is (190,209,219). Sum of RGB (Red+Green+Blue) = 190+209+219=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #BED1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1DB is #412E24. Grayscale: #CCCCCC. Windows color (decimal): -4271653 or 14406078. OLE color: 14406078.
HSL color Cylindrical-coordinate representation of color #BED1DB: hue angle of 200.69º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED1DB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 209 | 219 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.14 |
| HSL | 200.69º | 0.29% | 0.8% | - |
| HSV(B) | 200.69º | 0.13% | 0.86% | - |
| XYZ | 56.82 | 61.66 | 75.93 | - |
| YUV | 204.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 219 | 0.13 | 0.05 | 0 | 0.14 | 200.69 | 0.29 | 0.8 |
| Hex | BE | D1 | DB | D | 5 | 0 | E | C9 | 1D | 50 |
| Octal | 276 | 321 | 333 | 15 | 5 | 0 | 16 | 311 | 35 | 120 |
| Binary | 10111110 | 11010001 | 11011011 | 1101 | 101 | 0 | 1110 | 11001001 | 11101 | 1010000 |
Color Harmonies of #BED1DB
Complementary color
Monochromatic Colors of #BED1DB
Black with #BED1DB
Text Example
Text Example
White with #BED1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1DB; }
p { color: rgb(190,209,219); }
H1.HeaderClassName
{
color: #BED1DB;
}
.AnyTagClassName
{
color: #BED1DB;
}
</style>
background-color css
<style>
a { background-color: #BED1DB; }
a { background-color: rgb(190,209,219); }
div.DivClassName
{
background-color: #BED1DB;
}
.BgClassName
{
background-color: #BED1DB;
}
</style>
border-color css
<style>
span { border-color: #BED1DB; }
span { border-color: rgb(190,209,219); }
td.TdClassName
{
border-color: #BED1DB;
}
.TagClassName
{
border-color: #BED1DB;
}
</style>