Shades of Powder Blue #BAE5E3
Tints of Powder Blue #BAE5E3
RGB
CMYK
RGB Variations
Color information
#BAE5E3 (or 0xBAE5E3) is known color: Powder Blue. HEX triplet: BA, E5 and E3. RGB value is (186,229,227). Sum of RGB (Red+Green+Blue) = 186+229+227=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5E3 is #451A1C. Grayscale: #D7D7D7. Windows color (decimal): -4528669 or 14935482. OLE color: 14935482.
HSL color Cylindrical-coordinate representation of color #BAE5E3: hue angle of 177.21º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5E3 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
RGB | 186 | 229 | 227 | - |
CMYK | 0.19 | 0 | 0.01 | 0.10 |
HSL | 177.21º | 0.45% | 0.81% | - |
HSV(B) | 177.21º | 0.19% | 0.9% | - |
XYZ | 62.13 | 72.02 | 83.3 | - |
YUV | 215.92 | 134.25 | 106.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 229 | 227 | 0.19 | 0 | 0.01 | 0.10 | 177.21 | 0.45 | 0.81 |
Hex | BA | E5 | E3 | 13 | 0 | 1 | A | B1 | 2D | 51 |
Octal | 272 | 345 | 343 | 23 | 0 | 1 | 12 | 261 | 55 | 121 |
Binary | 10111010 | 11100101 | 11100011 | 10011 | 0 | 1 | 1010 | 10110001 | 101101 | 1010001 |
Color Harmonies of #BAE5E3
Complementary color
Monochromatic Colors of #BAE5E3
Black with #BAE5E3
Text Example
Text Example
White with #BAE5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5E3; }
p { color: rgb(186,229,227); }
H1.HeaderClassName
{
color: #BAE5E3;
}
.AnyTagClassName
{
color: #BAE5E3;
}
</style>
background-color css
<style>
a { background-color: #BAE5E3; }
a { background-color: rgb(186,229,227); }
div.DivClassName
{
background-color: #BAE5E3;
}
.BgClassName
{
background-color: #BAE5E3;
}
</style>
border-color css
<style>
span { border-color: #BAE5E3; }
span { border-color: rgb(186,229,227); }
td.TdClassName
{
border-color: #BAE5E3;
}
.TagClassName
{
border-color: #BAE5E3;
}
</style>