Shades of Powder Blue #BAE0E5
Tints of Powder Blue #BAE0E5
RGB
CMYK
RGB Variations
Color information
#BAE0E5 (or 0xBAE0E5) is known color: Powder Blue. HEX triplet: BA, E0 and E5. RGB value is (186,224,229). Sum of RGB (Red+Green+Blue) = 186+224+229=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0E5 is #451F1A. Grayscale: #D5D5D5. Windows color (decimal): -4529947 or 15065274. OLE color: 15065274.
HSL color Cylindrical-coordinate representation of color #BAE0E5: hue angle of 186.98º 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 #BAE0E5 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 224 | 229 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.10 |
| HSL | 186.98º | 0.45% | 0.81% | - |
| HSV(B) | 186.98º | 0.19% | 0.9% | - |
| XYZ | 61.05 | 69.41 | 84.31 | - |
| YUV | 213.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 229 | 0.19 | 0.02 | 0 | 0.10 | 186.98 | 0.45 | 0.81 |
| Hex | BA | E0 | E5 | 13 | 2 | 0 | A | BB | 2D | 51 |
| Octal | 272 | 340 | 345 | 23 | 2 | 0 | 12 | 273 | 55 | 121 |
| Binary | 10111010 | 11100000 | 11100101 | 10011 | 10 | 0 | 1010 | 10111011 | 101101 | 1010001 |
Color Harmonies of #BAE0E5
Complementary color
Monochromatic Colors of #BAE0E5
Black with #BAE0E5
Text Example
Text Example
White with #BAE0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0E5; }
p { color: rgb(186,224,229); }
H1.HeaderClassName
{
color: #BAE0E5;
}
.AnyTagClassName
{
color: #BAE0E5;
}
</style>
background-color css
<style>
a { background-color: #BAE0E5; }
a { background-color: rgb(186,224,229); }
div.DivClassName
{
background-color: #BAE0E5;
}
.BgClassName
{
background-color: #BAE0E5;
}
</style>
border-color css
<style>
span { border-color: #BAE0E5; }
span { border-color: rgb(186,224,229); }
td.TdClassName
{
border-color: #BAE0E5;
}
.TagClassName
{
border-color: #BAE0E5;
}
</style>