Shades of Powder Blue #BAE2E4
Tints of Powder Blue #BAE2E4
RGB
CMYK
RGB Variations
Color information
#BAE2E4 (or 0xBAE2E4) is known color: Powder Blue. HEX triplet: BA, E2 and E4. RGB value is (186,226,228). Sum of RGB (Red+Green+Blue) = 186+226+228=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAE2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2E4 is #451D1B. Grayscale: #D6D6D6. Windows color (decimal): -4529436 or 15000250. OLE color: 15000250.
HSL color Cylindrical-coordinate representation of color #BAE2E4: hue angle of 182.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE2E4 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 228 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.11 |
| HSL | 182.86º | 0.44% | 0.81% | - |
| HSV(B) | 182.86º | 0.18% | 0.89% | - |
| XYZ | 61.45 | 70.43 | 83.76 | - |
| YUV | 214.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 228 | 0.18 | 0.01 | 0 | 0.11 | 182.86 | 0.44 | 0.81 |
| Hex | BA | E2 | E4 | 12 | 1 | 0 | B | B7 | 2C | 51 |
| Octal | 272 | 342 | 344 | 22 | 1 | 0 | 13 | 267 | 54 | 121 |
| Binary | 10111010 | 11100010 | 11100100 | 10010 | 1 | 0 | 1011 | 10110111 | 101100 | 1010001 |
Color Harmonies of #BAE2E4
Complementary color
Monochromatic Colors of #BAE2E4
Black with #BAE2E4
Text Example
Text Example
White with #BAE2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2E4; }
p { color: rgb(186,226,228); }
H1.HeaderClassName
{
color: #BAE2E4;
}
.AnyTagClassName
{
color: #BAE2E4;
}
</style>
background-color css
<style>
a { background-color: #BAE2E4; }
a { background-color: rgb(186,226,228); }
div.DivClassName
{
background-color: #BAE2E4;
}
.BgClassName
{
background-color: #BAE2E4;
}
</style>
border-color css
<style>
span { border-color: #BAE2E4; }
span { border-color: rgb(186,226,228); }
td.TdClassName
{
border-color: #BAE2E4;
}
.TagClassName
{
border-color: #BAE2E4;
}
</style>