Shades of Powder Blue #BAE1DF
Tints of Powder Blue #BAE1DF
RGB
CMYK
RGB Variations
Color information
#BAE1DF (or 0xBAE1DF) is known color: Powder Blue. HEX triplet: BA, E1 and DF. RGB value is (186,225,223). Sum of RGB (Red+Green+Blue) = 186+225+223=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1DF is #451E20. Grayscale: #D5D5D5. Windows color (decimal): -4529697 or 14672314. OLE color: 14672314.
HSL color Cylindrical-coordinate representation of color #BAE1DF: hue angle of 176.92º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1DF is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 223 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.12 |
| HSL | 176.92º | 0.39% | 0.81% | - |
| HSV(B) | 176.92º | 0.17% | 0.88% | - |
| XYZ | 60.49 | 69.62 | 80.06 | - |
| YUV | 213.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 223 | 0.17 | 0 | 0.01 | 0.12 | 176.92 | 0.39 | 0.81 |
| Hex | BA | E1 | DF | 11 | 0 | 1 | C | B1 | 27 | 51 |
| Octal | 272 | 341 | 337 | 21 | 0 | 1 | 14 | 261 | 47 | 121 |
| Binary | 10111010 | 11100001 | 11011111 | 10001 | 0 | 1 | 1100 | 10110001 | 100111 | 1010001 |
Color Harmonies of #BAE1DF
Complementary color
Monochromatic Colors of #BAE1DF
Black with #BAE1DF
Text Example
Text Example
White with #BAE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1DF; }
p { color: rgb(186,225,223); }
H1.HeaderClassName
{
color: #BAE1DF;
}
.AnyTagClassName
{
color: #BAE1DF;
}
</style>
background-color css
<style>
a { background-color: #BAE1DF; }
a { background-color: rgb(186,225,223); }
div.DivClassName
{
background-color: #BAE1DF;
}
.BgClassName
{
background-color: #BAE1DF;
}
</style>
border-color css
<style>
span { border-color: #BAE1DF; }
span { border-color: rgb(186,225,223); }
td.TdClassName
{
border-color: #BAE1DF;
}
.TagClassName
{
border-color: #BAE1DF;
}
</style>