Shades of Light Blue #BAD2DE
Tints of Light Blue #BAD2DE
RGB
CMYK
RGB Variations
Color information
#BAD2DE (or 0xBAD2DE) is known color: Light Blue. HEX triplet: BA, D2 and DE. RGB value is (186,210,222). Sum of RGB (Red+Green+Blue) = 186+210+222=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2DE is #452D21. Grayscale: #CCCCCC. Windows color (decimal): -4533538 or 14602938. OLE color: 14602938.
HSL color Cylindrical-coordinate representation of color #BAD2DE: hue angle of 200º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAD2DE is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 210 | 222 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.13 |
| HSL | 200º | 0.35% | 0.8% | - |
| HSV(B) | 200º | 0.16% | 0.87% | - |
| XYZ | 56.48 | 61.81 | 78.06 | - |
| YUV | 204.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 222 | 0.16 | 0.05 | 0 | 0.13 | 200 | 0.35 | 0.8 |
| Hex | BA | D2 | DE | 10 | 5 | 0 | D | C8 | 23 | 50 |
| Octal | 272 | 322 | 336 | 20 | 5 | 0 | 15 | 310 | 43 | 120 |
| Binary | 10111010 | 11010010 | 11011110 | 10000 | 101 | 0 | 1101 | 11001000 | 100011 | 1010000 |
Color Harmonies of #BAD2DE
Complementary color
Monochromatic Colors of #BAD2DE
Black with #BAD2DE
Text Example
Text Example
White with #BAD2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2DE; }
p { color: rgb(186,210,222); }
H1.HeaderClassName
{
color: #BAD2DE;
}
.AnyTagClassName
{
color: #BAD2DE;
}
</style>
background-color css
<style>
a { background-color: #BAD2DE; }
a { background-color: rgb(186,210,222); }
div.DivClassName
{
background-color: #BAD2DE;
}
.BgClassName
{
background-color: #BAD2DE;
}
</style>
border-color css
<style>
span { border-color: #BAD2DE; }
span { border-color: rgb(186,210,222); }
td.TdClassName
{
border-color: #BAD2DE;
}
.TagClassName
{
border-color: #BAD2DE;
}
</style>