Shades of Light Blue #BAD4DE
Tints of Light Blue #BAD4DE
RGB
CMYK
RGB Variations
Color information
#BAD4DE (or 0xBAD4DE) is known color: Light Blue. HEX triplet: BA, D4 and DE. RGB value is (186,212,222). Sum of RGB (Red+Green+Blue) = 186+212+222=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAD4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4DE is #452B21. Grayscale: #CDCDCD. Windows color (decimal): -4533026 or 14603450. OLE color: 14603450.
HSL color Cylindrical-coordinate representation of color #BAD4DE: hue angle of 196.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAD4DE is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 212 | 222 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.13 |
| HSL | 196.67º | 0.35% | 0.8% | - |
| HSV(B) | 196.67º | 0.16% | 0.87% | - |
| XYZ | 56.98 | 62.8 | 78.23 | - |
| YUV | 205.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 222 | 0.16 | 0.05 | 0 | 0.13 | 196.67 | 0.35 | 0.8 |
| Hex | BA | D4 | DE | 10 | 5 | 0 | D | C5 | 23 | 50 |
| Octal | 272 | 324 | 336 | 20 | 5 | 0 | 15 | 305 | 43 | 120 |
| Binary | 10111010 | 11010100 | 11011110 | 10000 | 101 | 0 | 1101 | 11000101 | 100011 | 1010000 |
Color Harmonies of #BAD4DE
Complementary color
Monochromatic Colors of #BAD4DE
Black with #BAD4DE
Text Example
Text Example
White with #BAD4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD4DE; }
p { color: rgb(186,212,222); }
H1.HeaderClassName
{
color: #BAD4DE;
}
.AnyTagClassName
{
color: #BAD4DE;
}
</style>
background-color css
<style>
a { background-color: #BAD4DE; }
a { background-color: rgb(186,212,222); }
div.DivClassName
{
background-color: #BAD4DE;
}
.BgClassName
{
background-color: #BAD4DE;
}
</style>
border-color css
<style>
span { border-color: #BAD4DE; }
span { border-color: rgb(186,212,222); }
td.TdClassName
{
border-color: #BAD4DE;
}
.TagClassName
{
border-color: #BAD4DE;
}
</style>