Shades of Light Blue #BAD3E2
Tints of Light Blue #BAD3E2
RGB
CMYK
RGB Variations
Color information
#BAD3E2 (or 0xBAD3E2) is known color: Light Blue. HEX triplet: BA, D3 and E2. RGB value is (186,211,226). Sum of RGB (Red+Green+Blue) = 186+211+226=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAD3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3E2 is #452C1D. Grayscale: #CDCDCD. Windows color (decimal): -4533278 or 14865338. OLE color: 14865338.
HSL color Cylindrical-coordinate representation of color #BAD3E2: hue angle of 202.5º degrees, saturation: 0.41, 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 #BAD3E2 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 211 | 226 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.11 |
| HSL | 202.5º | 0.41% | 0.81% | - |
| HSV(B) | 202.5º | 0.18% | 0.89% | - |
| XYZ | 57.27 | 62.52 | 81 | - |
| YUV | 205.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 226 | 0.18 | 0.07 | 0 | 0.11 | 202.5 | 0.41 | 0.81 |
| Hex | BA | D3 | E2 | 12 | 7 | 0 | B | CA | 29 | 51 |
| Octal | 272 | 323 | 342 | 22 | 7 | 0 | 13 | 312 | 51 | 121 |
| Binary | 10111010 | 11010011 | 11100010 | 10010 | 111 | 0 | 1011 | 11001010 | 101001 | 1010001 |
Color Harmonies of #BAD3E2
Complementary color
Monochromatic Colors of #BAD3E2
Black with #BAD3E2
Text Example
Text Example
White with #BAD3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD3E2; }
p { color: rgb(186,211,226); }
H1.HeaderClassName
{
color: #BAD3E2;
}
.AnyTagClassName
{
color: #BAD3E2;
}
</style>
background-color css
<style>
a { background-color: #BAD3E2; }
a { background-color: rgb(186,211,226); }
div.DivClassName
{
background-color: #BAD3E2;
}
.BgClassName
{
background-color: #BAD3E2;
}
</style>
border-color css
<style>
span { border-color: #BAD3E2; }
span { border-color: rgb(186,211,226); }
td.TdClassName
{
border-color: #BAD3E2;
}
.TagClassName
{
border-color: #BAD3E2;
}
</style>