Shades of Powder Blue #BAE0DF
Tints of Powder Blue #BAE0DF
RGB
CMYK
RGB Variations
Color information
#BAE0DF (or 0xBAE0DF) is known color: Powder Blue. HEX triplet: BA, E0 and DF. RGB value is (186,224,223). Sum of RGB (Red+Green+Blue) = 186+224+223=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0DF is #451F20. Grayscale: #D4D4D4. Windows color (decimal): -4529953 or 14672058. OLE color: 14672058.
HSL color Cylindrical-coordinate representation of color #BAE0DF: hue angle of 178.42º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE0DF is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 223 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.12 |
| HSL | 178.42º | 0.38% | 0.8% | - |
| HSV(B) | 178.42º | 0.17% | 0.88% | - |
| XYZ | 60.22 | 69.08 | 79.97 | - |
| YUV | 212.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 223 | 0.17 | 0 | 0.00 | 0.12 | 178.42 | 0.38 | 0.8 |
| Hex | BA | E0 | DF | 11 | 0 | 0 | C | B2 | 26 | 50 |
| Octal | 272 | 340 | 337 | 21 | 0 | 0 | 14 | 262 | 46 | 120 |
| Binary | 10111010 | 11100000 | 11011111 | 10001 | 0 | 0 | 1100 | 10110010 | 100110 | 1010000 |
Color Harmonies of #BAE0DF
Complementary color
Monochromatic Colors of #BAE0DF
Black with #BAE0DF
Text Example
Text Example
White with #BAE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0DF; }
p { color: rgb(186,224,223); }
H1.HeaderClassName
{
color: #BAE0DF;
}
.AnyTagClassName
{
color: #BAE0DF;
}
</style>
background-color css
<style>
a { background-color: #BAE0DF; }
a { background-color: rgb(186,224,223); }
div.DivClassName
{
background-color: #BAE0DF;
}
.BgClassName
{
background-color: #BAE0DF;
}
</style>
border-color css
<style>
span { border-color: #BAE0DF; }
span { border-color: rgb(186,224,223); }
td.TdClassName
{
border-color: #BAE0DF;
}
.TagClassName
{
border-color: #BAE0DF;
}
</style>