Shades of Light Blue #BADBE4
Tints of Light Blue #BADBE4
RGB
CMYK
RGB Variations
Color information
#BADBE4 (or 0xBADBE4) is known color: Light Blue. HEX triplet: BA, DB and E4. RGB value is (186,219,228). Sum of RGB (Red+Green+Blue) = 186+219+228=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #BADBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBE4 is #45241B. Grayscale: #D2D2D2. Windows color (decimal): -4531228 or 14998458. OLE color: 14998458.
HSL color Cylindrical-coordinate representation of color #BADBE4: hue angle of 192.86º 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 #BADBE4 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 219 | 228 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.11 |
| HSL | 192.86º | 0.44% | 0.81% | - |
| HSV(B) | 192.86º | 0.18% | 0.89% | - |
| XYZ | 59.58 | 66.7 | 83.13 | - |
| YUV | 210.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 228 | 0.18 | 0.04 | 0 | 0.11 | 192.86 | 0.44 | 0.81 |
| Hex | BA | DB | E4 | 12 | 4 | 0 | B | C1 | 2C | 51 |
| Octal | 272 | 333 | 344 | 22 | 4 | 0 | 13 | 301 | 54 | 121 |
| Binary | 10111010 | 11011011 | 11100100 | 10010 | 100 | 0 | 1011 | 11000001 | 101100 | 1010001 |
Color Harmonies of #BADBE4
Complementary color
Monochromatic Colors of #BADBE4
Black with #BADBE4
Text Example
Text Example
White with #BADBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBE4; }
p { color: rgb(186,219,228); }
H1.HeaderClassName
{
color: #BADBE4;
}
.AnyTagClassName
{
color: #BADBE4;
}
</style>
background-color css
<style>
a { background-color: #BADBE4; }
a { background-color: rgb(186,219,228); }
div.DivClassName
{
background-color: #BADBE4;
}
.BgClassName
{
background-color: #BADBE4;
}
</style>
border-color css
<style>
span { border-color: #BADBE4; }
span { border-color: rgb(186,219,228); }
td.TdClassName
{
border-color: #BADBE4;
}
.TagClassName
{
border-color: #BADBE4;
}
</style>