Shades of Light Blue #BADBE9
Tints of Light Blue #BADBE9
RGB
CMYK
RGB Variations
Color information
#BADBE9 (or 0xBADBE9) is known color: Light Blue. HEX triplet: BA, DB and E9. RGB value is (186,219,233). Sum of RGB (Red+Green+Blue) = 186+219+233=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #BADBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBE9 is #452416. Grayscale: #D2D2D2. Windows color (decimal): -4531223 or 15326138. OLE color: 15326138.
HSL color Cylindrical-coordinate representation of color #BADBE9: hue angle of 197.87º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADBE9 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 219 | 233 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.09 |
| HSL | 197.87º | 0.52% | 0.82% | - |
| HSV(B) | 197.87º | 0.2% | 0.91% | - |
| XYZ | 60.29 | 66.99 | 86.84 | - |
| YUV | 210.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 233 | 0.20 | 0.06 | 0 | 0.09 | 197.87 | 0.52 | 0.82 |
| Hex | BA | DB | E9 | 14 | 6 | 0 | 9 | C6 | 34 | 52 |
| Octal | 272 | 333 | 351 | 24 | 6 | 0 | 11 | 306 | 64 | 122 |
| Binary | 10111010 | 11011011 | 11101001 | 10100 | 110 | 0 | 1001 | 11000110 | 110100 | 1010010 |
Color Harmonies of #BADBE9
Complementary color
Monochromatic Colors of #BADBE9
Black with #BADBE9
Text Example
Text Example
White with #BADBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBE9; }
p { color: rgb(186,219,233); }
H1.HeaderClassName
{
color: #BADBE9;
}
.AnyTagClassName
{
color: #BADBE9;
}
</style>
background-color css
<style>
a { background-color: #BADBE9; }
a { background-color: rgb(186,219,233); }
div.DivClassName
{
background-color: #BADBE9;
}
.BgClassName
{
background-color: #BADBE9;
}
</style>
border-color css
<style>
span { border-color: #BADBE9; }
span { border-color: rgb(186,219,233); }
td.TdClassName
{
border-color: #BADBE9;
}
.TagClassName
{
border-color: #BADBE9;
}
</style>