Shades of Powder Blue #BAE3E6
Tints of Powder Blue #BAE3E6
RGB
CMYK
RGB Variations
Color information
#BAE3E6 (or 0xBAE3E6) is known color: Powder Blue. HEX triplet: BA, E3 and E6. RGB value is (186,227,230). Sum of RGB (Red+Green+Blue) = 186+227+230=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAE3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3E6 is #451C19. Grayscale: #D7D7D7. Windows color (decimal): -4529178 or 15131578. OLE color: 15131578.
HSL color Cylindrical-coordinate representation of color #BAE3E6: hue angle of 184.09º 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 #BAE3E6 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 227 | 230 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.10 |
| HSL | 184.09º | 0.47% | 0.82% | - |
| HSV(B) | 184.09º | 0.19% | 0.9% | - |
| XYZ | 62 | 71.09 | 85.32 | - |
| YUV | 215.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 230 | 0.19 | 0.01 | 0 | 0.10 | 184.09 | 0.47 | 0.82 |
| Hex | BA | E3 | E6 | 13 | 1 | 0 | A | B8 | 2F | 52 |
| Octal | 272 | 343 | 346 | 23 | 1 | 0 | 12 | 270 | 57 | 122 |
| Binary | 10111010 | 11100011 | 11100110 | 10011 | 1 | 0 | 1010 | 10111000 | 101111 | 1010010 |
Color Harmonies of #BAE3E6
Complementary color
Monochromatic Colors of #BAE3E6
Black with #BAE3E6
Text Example
Text Example
White with #BAE3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE3E6; }
p { color: rgb(186,227,230); }
H1.HeaderClassName
{
color: #BAE3E6;
}
.AnyTagClassName
{
color: #BAE3E6;
}
</style>
background-color css
<style>
a { background-color: #BAE3E6; }
a { background-color: rgb(186,227,230); }
div.DivClassName
{
background-color: #BAE3E6;
}
.BgClassName
{
background-color: #BAE3E6;
}
</style>
border-color css
<style>
span { border-color: #BAE3E6; }
span { border-color: rgb(186,227,230); }
td.TdClassName
{
border-color: #BAE3E6;
}
.TagClassName
{
border-color: #BAE3E6;
}
</style>