Shades of Powder Blue #BAE0E7
Tints of Powder Blue #BAE0E7
RGB
CMYK
RGB Variations
Color information
#BAE0E7 (or 0xBAE0E7) is known color: Powder Blue. HEX triplet: BA, E0 and E7. RGB value is (186,224,231). Sum of RGB (Red+Green+Blue) = 186+224+231=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAE0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0E7 is #451F18. Grayscale: #D5D5D5. Windows color (decimal): -4529945 or 15196346. OLE color: 15196346.
HSL color Cylindrical-coordinate representation of color #BAE0E7: hue angle of 189.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE0E7 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 224 | 231 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.09 |
| HSL | 189.33º | 0.48% | 0.82% | - |
| HSV(B) | 189.33º | 0.19% | 0.91% | - |
| XYZ | 61.33 | 69.52 | 85.79 | - |
| YUV | 213.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 231 | 0.19 | 0.03 | 0 | 0.09 | 189.33 | 0.48 | 0.82 |
| Hex | BA | E0 | E7 | 13 | 3 | 0 | 9 | BD | 30 | 52 |
| Octal | 272 | 340 | 347 | 23 | 3 | 0 | 11 | 275 | 60 | 122 |
| Binary | 10111010 | 11100000 | 11100111 | 10011 | 11 | 0 | 1001 | 10111101 | 110000 | 1010010 |
Color Harmonies of #BAE0E7
Complementary color
Monochromatic Colors of #BAE0E7
Black with #BAE0E7
Text Example
Text Example
White with #BAE0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0E7; }
p { color: rgb(186,224,231); }
H1.HeaderClassName
{
color: #BAE0E7;
}
.AnyTagClassName
{
color: #BAE0E7;
}
</style>
background-color css
<style>
a { background-color: #BAE0E7; }
a { background-color: rgb(186,224,231); }
div.DivClassName
{
background-color: #BAE0E7;
}
.BgClassName
{
background-color: #BAE0E7;
}
</style>
border-color css
<style>
span { border-color: #BAE0E7; }
span { border-color: rgb(186,224,231); }
td.TdClassName
{
border-color: #BAE0E7;
}
.TagClassName
{
border-color: #BAE0E7;
}
</style>