Shades of Powder Blue #BAE2E5
Tints of Powder Blue #BAE2E5
RGB
CMYK
RGB Variations
Color information
#BAE2E5 (or 0xBAE2E5) is known color: Powder Blue. HEX triplet: BA, E2 and E5. RGB value is (186,226,229). Sum of RGB (Red+Green+Blue) = 186+226+229=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2E5 is #451D1A. Grayscale: #D6D6D6. Windows color (decimal): -4529435 or 15065786. OLE color: 15065786.
HSL color Cylindrical-coordinate representation of color #BAE2E5: hue angle of 184.19º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE2E5 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 226 | 229 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.10 |
| HSL | 184.19º | 0.45% | 0.81% | - |
| HSV(B) | 184.19º | 0.19% | 0.9% | - |
| XYZ | 61.59 | 70.49 | 84.49 | - |
| YUV | 214.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 229 | 0.19 | 0.01 | 0 | 0.10 | 184.19 | 0.45 | 0.81 |
| Hex | BA | E2 | E5 | 13 | 1 | 0 | A | B8 | 2D | 51 |
| Octal | 272 | 342 | 345 | 23 | 1 | 0 | 12 | 270 | 55 | 121 |
| Binary | 10111010 | 11100010 | 11100101 | 10011 | 1 | 0 | 1010 | 10111000 | 101101 | 1010001 |
Color Harmonies of #BAE2E5
Complementary color
Monochromatic Colors of #BAE2E5
Black with #BAE2E5
Text Example
Text Example
White with #BAE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2E5; }
p { color: rgb(186,226,229); }
H1.HeaderClassName
{
color: #BAE2E5;
}
.AnyTagClassName
{
color: #BAE2E5;
}
</style>
background-color css
<style>
a { background-color: #BAE2E5; }
a { background-color: rgb(186,226,229); }
div.DivClassName
{
background-color: #BAE2E5;
}
.BgClassName
{
background-color: #BAE2E5;
}
</style>
border-color css
<style>
span { border-color: #BAE2E5; }
span { border-color: rgb(186,226,229); }
td.TdClassName
{
border-color: #BAE2E5;
}
.TagClassName
{
border-color: #BAE2E5;
}
</style>