Shades of Light Blue #BED1D9
Tints of Light Blue #BED1D9
RGB
CMYK
RGB Variations
Color information
#BED1D9 (or 0xBED1D9) is known color: Light Blue. HEX triplet: BE, D1 and D9. RGB value is (190,209,217). Sum of RGB (Red+Green+Blue) = 190+209+217=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 217 - color contains mainly: blue. Hex color #BED1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1D9 is #412E26. Grayscale: #CCCCCC. Windows color (decimal): -4271655 or 14275006. OLE color: 14275006.
HSL color Cylindrical-coordinate representation of color #BED1D9: hue angle of 197.78º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED1D9 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 209 | 217 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.15 |
| HSL | 197.78º | 0.26% | 0.8% | - |
| HSV(B) | 197.78º | 0.12% | 0.85% | - |
| XYZ | 56.56 | 61.56 | 74.55 | - |
| YUV | 204.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 217 | 0.12 | 0.04 | 0 | 0.15 | 197.78 | 0.26 | 0.8 |
| Hex | BE | D1 | D9 | C | 4 | 0 | F | C6 | 1A | 50 |
| Octal | 276 | 321 | 331 | 14 | 4 | 0 | 17 | 306 | 32 | 120 |
| Binary | 10111110 | 11010001 | 11011001 | 1100 | 100 | 0 | 1111 | 11000110 | 11010 | 1010000 |
Color Harmonies of #BED1D9
Complementary color
Monochromatic Colors of #BED1D9
Black with #BED1D9
Text Example
Text Example
White with #BED1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1D9; }
p { color: rgb(190,209,217); }
H1.HeaderClassName
{
color: #BED1D9;
}
.AnyTagClassName
{
color: #BED1D9;
}
</style>
background-color css
<style>
a { background-color: #BED1D9; }
a { background-color: rgb(190,209,217); }
div.DivClassName
{
background-color: #BED1D9;
}
.BgClassName
{
background-color: #BED1D9;
}
</style>
border-color css
<style>
span { border-color: #BED1D9; }
span { border-color: rgb(190,209,217); }
td.TdClassName
{
border-color: #BED1D9;
}
.TagClassName
{
border-color: #BED1D9;
}
</style>