Shades of Powder Blue #BAE3E4
Tints of Powder Blue #BAE3E4
RGB
CMYK
RGB Variations
Color information
#BAE3E4 (or 0xBAE3E4) is known color: Powder Blue. HEX triplet: BA, E3 and E4. RGB value is (186,227,228). Sum of RGB (Red+Green+Blue) = 186+227+228=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAE3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3E4 is #451C1B. Grayscale: #D6D6D6. Windows color (decimal): -4529180 or 15000506. OLE color: 15000506.
HSL color Cylindrical-coordinate representation of color #BAE3E4: hue angle of 181.43º 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 #BAE3E4 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 228 | - |
| CMYK | 0.18 | 0.00 | 0 | 0.11 |
| HSL | 181.43º | 0.44% | 0.81% | - |
| HSV(B) | 181.43º | 0.18% | 0.89% | - |
| XYZ | 61.72 | 70.98 | 83.85 | - |
| YUV | 214.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 228 | 0.18 | 0.00 | 0 | 0.11 | 181.43 | 0.44 | 0.81 |
| Hex | BA | E3 | E4 | 12 | 0 | 0 | B | B5 | 2C | 51 |
| Octal | 272 | 343 | 344 | 22 | 0 | 0 | 13 | 265 | 54 | 121 |
| Binary | 10111010 | 11100011 | 11100100 | 10010 | 0 | 0 | 1011 | 10110101 | 101100 | 1010001 |
Color Harmonies of #BAE3E4
Complementary color
Monochromatic Colors of #BAE3E4
Black with #BAE3E4
Text Example
Text Example
White with #BAE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE3E4; }
p { color: rgb(186,227,228); }
H1.HeaderClassName
{
color: #BAE3E4;
}
.AnyTagClassName
{
color: #BAE3E4;
}
</style>
background-color css
<style>
a { background-color: #BAE3E4; }
a { background-color: rgb(186,227,228); }
div.DivClassName
{
background-color: #BAE3E4;
}
.BgClassName
{
background-color: #BAE3E4;
}
</style>
border-color css
<style>
span { border-color: #BAE3E4; }
span { border-color: rgb(186,227,228); }
td.TdClassName
{
border-color: #BAE3E4;
}
.TagClassName
{
border-color: #BAE3E4;
}
</style>