Shades of Light Blue #BADDEA
Tints of Light Blue #BADDEA
RGB
CMYK
RGB Variations
Color information
#BADDEA (or 0xBADDEA) is known color: Light Blue. HEX triplet: BA, DD and EA. RGB value is (186,221,234). Sum of RGB (Red+Green+Blue) = 186+221+234=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #BADDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDEA is #452215. Grayscale: #D3D3D3. Windows color (decimal): -4530710 or 15392186. OLE color: 15392186.
HSL color Cylindrical-coordinate representation of color #BADDEA: hue angle of 196.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADDEA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 221 | 234 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.08 |
| HSL | 196.25º | 0.53% | 0.82% | - |
| HSV(B) | 196.25º | 0.21% | 0.92% | - |
| XYZ | 60.96 | 68.09 | 87.77 | - |
| YUV | 212.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 234 | 0.21 | 0.06 | 0 | 0.08 | 196.25 | 0.53 | 0.82 |
| Hex | BA | DD | EA | 15 | 6 | 0 | 8 | C4 | 35 | 52 |
| Octal | 272 | 335 | 352 | 25 | 6 | 0 | 10 | 304 | 65 | 122 |
| Binary | 10111010 | 11011101 | 11101010 | 10101 | 110 | 0 | 1000 | 11000100 | 110101 | 1010010 |
Color Harmonies of #BADDEA
Complementary color
Monochromatic Colors of #BADDEA
Black with #BADDEA
Text Example
Text Example
White with #BADDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDEA; }
p { color: rgb(186,221,234); }
H1.HeaderClassName
{
color: #BADDEA;
}
.AnyTagClassName
{
color: #BADDEA;
}
</style>
background-color css
<style>
a { background-color: #BADDEA; }
a { background-color: rgb(186,221,234); }
div.DivClassName
{
background-color: #BADDEA;
}
.BgClassName
{
background-color: #BADDEA;
}
</style>
border-color css
<style>
span { border-color: #BADDEA; }
span { border-color: rgb(186,221,234); }
td.TdClassName
{
border-color: #BADDEA;
}
.TagClassName
{
border-color: #BADDEA;
}
</style>