Shades of Light Blue #BAD1E0
Tints of Light Blue #BAD1E0
RGB
CMYK
RGB Variations
Color information
#BAD1E0 (or 0xBAD1E0) is known color: Light Blue. HEX triplet: BA, D1 and E0. RGB value is (186,209,224). Sum of RGB (Red+Green+Blue) = 186+209+224=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAD1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1E0 is #452E1F. Grayscale: #CBCBCB. Windows color (decimal): -4533792 or 14733754. OLE color: 14733754.
HSL color Cylindrical-coordinate representation of color #BAD1E0: hue angle of 203.68º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAD1E0 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 209 | 224 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.12 |
| HSL | 203.68º | 0.38% | 0.8% | - |
| HSV(B) | 203.68º | 0.17% | 0.88% | - |
| XYZ | 56.5 | 61.42 | 79.4 | - |
| YUV | 203.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 224 | 0.17 | 0.07 | 0 | 0.12 | 203.68 | 0.38 | 0.8 |
| Hex | BA | D1 | E0 | 11 | 7 | 0 | C | CC | 26 | 50 |
| Octal | 272 | 321 | 340 | 21 | 7 | 0 | 14 | 314 | 46 | 120 |
| Binary | 10111010 | 11010001 | 11100000 | 10001 | 111 | 0 | 1100 | 11001100 | 100110 | 1010000 |
Color Harmonies of #BAD1E0
Complementary color
Monochromatic Colors of #BAD1E0
Black with #BAD1E0
Text Example
Text Example
White with #BAD1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1E0; }
p { color: rgb(186,209,224); }
H1.HeaderClassName
{
color: #BAD1E0;
}
.AnyTagClassName
{
color: #BAD1E0;
}
</style>
background-color css
<style>
a { background-color: #BAD1E0; }
a { background-color: rgb(186,209,224); }
div.DivClassName
{
background-color: #BAD1E0;
}
.BgClassName
{
background-color: #BAD1E0;
}
</style>
border-color css
<style>
span { border-color: #BAD1E0; }
span { border-color: rgb(186,209,224); }
td.TdClassName
{
border-color: #BAD1E0;
}
.TagClassName
{
border-color: #BAD1E0;
}
</style>