Shades of Light Blue #BADDEE
Tints of Light Blue #BADDEE
RGB
CMYK
RGB Variations
Color information
#BADDEE (or 0xBADDEE) is known color: Light Blue. HEX triplet: BA, DD and EE. RGB value is (186,221,238). Sum of RGB (Red+Green+Blue) = 186+221+238=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #BADDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDEE is #452211. Grayscale: #D4D4D4. Windows color (decimal): -4530706 or 15654330. OLE color: 15654330.
HSL color Cylindrical-coordinate representation of color #BADDEE: hue angle of 199.62º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADDEE is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 221 | 238 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.07 |
| HSL | 199.62º | 0.6% | 0.83% | - |
| HSV(B) | 199.62º | 0.22% | 0.93% | - |
| XYZ | 61.54 | 68.33 | 90.83 | - |
| YUV | 212.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 238 | 0.22 | 0.07 | 0 | 0.07 | 199.62 | 0.6 | 0.83 |
| Hex | BA | DD | EE | 16 | 7 | 0 | 7 | C8 | 3C | 53 |
| Octal | 272 | 335 | 356 | 26 | 7 | 0 | 7 | 310 | 74 | 123 |
| Binary | 10111010 | 11011101 | 11101110 | 10110 | 111 | 0 | 111 | 11001000 | 111100 | 1010011 |
Color Harmonies of #BADDEE
Complementary color
Monochromatic Colors of #BADDEE
Black with #BADDEE
Text Example
Text Example
White with #BADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDEE; }
p { color: rgb(186,221,238); }
H1.HeaderClassName
{
color: #BADDEE;
}
.AnyTagClassName
{
color: #BADDEE;
}
</style>
background-color css
<style>
a { background-color: #BADDEE; }
a { background-color: rgb(186,221,238); }
div.DivClassName
{
background-color: #BADDEE;
}
.BgClassName
{
background-color: #BADDEE;
}
</style>
border-color css
<style>
span { border-color: #BADDEE; }
span { border-color: rgb(186,221,238); }
td.TdClassName
{
border-color: #BADDEE;
}
.TagClassName
{
border-color: #BADDEE;
}
</style>