Shades of Powder Blue #BAE6E5
Tints of Powder Blue #BAE6E5
RGB
CMYK
RGB Variations
Color information
#BAE6E5 (or 0xBAE6E5) is known color: Powder Blue. HEX triplet: BA, E6 and E5. RGB value is (186,230,229). Sum of RGB (Red+Green+Blue) = 186+230+229=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6E5 is #45191A. Grayscale: #D8D8D8. Windows color (decimal): -4528411 or 15066810. OLE color: 15066810.
HSL color Cylindrical-coordinate representation of color #BAE6E5: hue angle of 178.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6E5 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 229 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.10 |
| HSL | 178.64º | 0.47% | 0.82% | - |
| HSV(B) | 178.64º | 0.19% | 0.9% | - |
| XYZ | 62.69 | 72.69 | 84.86 | - |
| YUV | 216.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 229 | 0.19 | 0 | 0.00 | 0.10 | 178.64 | 0.47 | 0.82 |
| Hex | BA | E6 | E5 | 13 | 0 | 0 | A | B3 | 2F | 52 |
| Octal | 272 | 346 | 345 | 23 | 0 | 0 | 12 | 263 | 57 | 122 |
| Binary | 10111010 | 11100110 | 11100101 | 10011 | 0 | 0 | 1010 | 10110011 | 101111 | 1010010 |
Color Harmonies of #BAE6E5
Complementary color
Monochromatic Colors of #BAE6E5
Black with #BAE6E5
Text Example
Text Example
White with #BAE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6E5; }
p { color: rgb(186,230,229); }
H1.HeaderClassName
{
color: #BAE6E5;
}
.AnyTagClassName
{
color: #BAE6E5;
}
</style>
background-color css
<style>
a { background-color: #BAE6E5; }
a { background-color: rgb(186,230,229); }
div.DivClassName
{
background-color: #BAE6E5;
}
.BgClassName
{
background-color: #BAE6E5;
}
</style>
border-color css
<style>
span { border-color: #BAE6E5; }
span { border-color: rgb(186,230,229); }
td.TdClassName
{
border-color: #BAE6E5;
}
.TagClassName
{
border-color: #BAE6E5;
}
</style>