Shades of Powder Blue #BAE5E4
Tints of Powder Blue #BAE5E4
RGB
CMYK
RGB Variations
Color information
#BAE5E4 (or 0xBAE5E4) is known color: Powder Blue. HEX triplet: BA, E5 and E4. RGB value is (186,229,228). Sum of RGB (Red+Green+Blue) = 186+229+228=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5E4 is #451A1B. Grayscale: #D7D7D7. Windows color (decimal): -4528668 or 15001018. OLE color: 15001018.
HSL color Cylindrical-coordinate representation of color #BAE5E4: hue angle of 178.6º 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 #BAE5E4 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 228 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.10 |
| HSL | 178.6º | 0.45% | 0.81% | - |
| HSV(B) | 178.6º | 0.19% | 0.9% | - |
| XYZ | 62.27 | 72.08 | 84.03 | - |
| YUV | 216.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 228 | 0.19 | 0 | 0.00 | 0.10 | 178.6 | 0.45 | 0.81 |
| Hex | BA | E5 | E4 | 13 | 0 | 0 | A | B3 | 2D | 51 |
| Octal | 272 | 345 | 344 | 23 | 0 | 0 | 12 | 263 | 55 | 121 |
| Binary | 10111010 | 11100101 | 11100100 | 10011 | 0 | 0 | 1010 | 10110011 | 101101 | 1010001 |
Color Harmonies of #BAE5E4
Complementary color
Monochromatic Colors of #BAE5E4
Black with #BAE5E4
Text Example
Text Example
White with #BAE5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5E4; }
p { color: rgb(186,229,228); }
H1.HeaderClassName
{
color: #BAE5E4;
}
.AnyTagClassName
{
color: #BAE5E4;
}
</style>
background-color css
<style>
a { background-color: #BAE5E4; }
a { background-color: rgb(186,229,228); }
div.DivClassName
{
background-color: #BAE5E4;
}
.BgClassName
{
background-color: #BAE5E4;
}
</style>
border-color css
<style>
span { border-color: #BAE5E4; }
span { border-color: rgb(186,229,228); }
td.TdClassName
{
border-color: #BAE5E4;
}
.TagClassName
{
border-color: #BAE5E4;
}
</style>