Shades of Light Blue #BADAE4
Tints of Light Blue #BADAE4
RGB
CMYK
RGB Variations
Color information
#BADAE4 (or 0xBADAE4) is known color: Light Blue. HEX triplet: BA, DA and E4. RGB value is (186,218,228). Sum of RGB (Red+Green+Blue) = 186+218+228=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #BADAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAE4 is #45251B. Grayscale: #D1D1D1. Windows color (decimal): -4531484 or 14998202. OLE color: 14998202.
HSL color Cylindrical-coordinate representation of color #BADAE4: hue angle of 194.29º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BADAE4 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 218 | 228 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.11 |
| HSL | 194.29º | 0.44% | 0.81% | - |
| HSV(B) | 194.29º | 0.18% | 0.89% | - |
| XYZ | 59.32 | 66.18 | 83.05 | - |
| YUV | 209.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 228 | 0.18 | 0.04 | 0 | 0.11 | 194.29 | 0.44 | 0.81 |
| Hex | BA | DA | E4 | 12 | 4 | 0 | B | C2 | 2C | 51 |
| Octal | 272 | 332 | 344 | 22 | 4 | 0 | 13 | 302 | 54 | 121 |
| Binary | 10111010 | 11011010 | 11100100 | 10010 | 100 | 0 | 1011 | 11000010 | 101100 | 1010001 |
Color Harmonies of #BADAE4
Complementary color
Monochromatic Colors of #BADAE4
Black with #BADAE4
Text Example
Text Example
White with #BADAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAE4; }
p { color: rgb(186,218,228); }
H1.HeaderClassName
{
color: #BADAE4;
}
.AnyTagClassName
{
color: #BADAE4;
}
</style>
background-color css
<style>
a { background-color: #BADAE4; }
a { background-color: rgb(186,218,228); }
div.DivClassName
{
background-color: #BADAE4;
}
.BgClassName
{
background-color: #BADAE4;
}
</style>
border-color css
<style>
span { border-color: #BADAE4; }
span { border-color: rgb(186,218,228); }
td.TdClassName
{
border-color: #BADAE4;
}
.TagClassName
{
border-color: #BADAE4;
}
</style>