Shades of Light Blue #BADDEB
Tints of Light Blue #BADDEB
RGB
CMYK
RGB Variations
Color information
#BADDEB (or 0xBADDEB) is known color: Light Blue. HEX triplet: BA, DD and EB. RGB value is (186,221,235). Sum of RGB (Red+Green+Blue) = 186+221+235=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #BADDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDEB is #452214. Grayscale: #D4D4D4. Windows color (decimal): -4530709 or 15457722. OLE color: 15457722.
HSL color Cylindrical-coordinate representation of color #BADDEB: hue angle of 197.14º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADDEB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 221 | 235 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.08 |
| HSL | 197.14º | 0.55% | 0.83% | - |
| HSV(B) | 197.14º | 0.21% | 0.92% | - |
| XYZ | 61.1 | 68.15 | 88.53 | - |
| YUV | 212.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 235 | 0.21 | 0.06 | 0 | 0.08 | 197.14 | 0.55 | 0.83 |
| Hex | BA | DD | EB | 15 | 6 | 0 | 8 | C5 | 37 | 53 |
| Octal | 272 | 335 | 353 | 25 | 6 | 0 | 10 | 305 | 67 | 123 |
| Binary | 10111010 | 11011101 | 11101011 | 10101 | 110 | 0 | 1000 | 11000101 | 110111 | 1010011 |
Color Harmonies of #BADDEB
Complementary color
Monochromatic Colors of #BADDEB
Black with #BADDEB
Text Example
Text Example
White with #BADDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDEB; }
p { color: rgb(186,221,235); }
H1.HeaderClassName
{
color: #BADDEB;
}
.AnyTagClassName
{
color: #BADDEB;
}
</style>
background-color css
<style>
a { background-color: #BADDEB; }
a { background-color: rgb(186,221,235); }
div.DivClassName
{
background-color: #BADDEB;
}
.BgClassName
{
background-color: #BADDEB;
}
</style>
border-color css
<style>
span { border-color: #BADDEB; }
span { border-color: rgb(186,221,235); }
td.TdClassName
{
border-color: #BADDEB;
}
.TagClassName
{
border-color: #BADDEB;
}
</style>