Shades of Aero Blue #BDEFD1
Tints of Aero Blue #BDEFD1
RGB
CMYK
RGB Variations
Color information
#BDEFD1 (or 0xBDEFD1) is known color: Aero Blue. HEX triplet: BD, EF and D1. RGB value is (189,239,209). Sum of RGB (Red+Green+Blue) = 189+239+209=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD1 is #42102E. Grayscale: #DCDCDC. Windows color (decimal): -4329519 or 13758397. OLE color: 13758397.
HSL color Cylindrical-coordinate representation of color #BDEFD1: hue angle of 144º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFD1 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 209 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.06 |
| HSL | 144º | 0.61% | 0.84% | - |
| HSV(B) | 144º | 0.21% | 0.94% | - |
| XYZ | 63.36 | 77.16 | 71.87 | - |
| YUV | 220.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 209 | 0.21 | 0 | 0.13 | 0.06 | 144 | 0.61 | 0.84 |
| Hex | BD | EF | D1 | 15 | 0 | D | 6 | 90 | 3D | 54 |
| Octal | 275 | 357 | 321 | 25 | 0 | 15 | 6 | 220 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11010001 | 10101 | 0 | 1101 | 110 | 10010000 | 111101 | 1010100 |
Color Harmonies of #BDEFD1
Complementary color
Monochromatic Colors of #BDEFD1
Black with #BDEFD1
Text Example
Text Example
White with #BDEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFD1; }
p { color: rgb(189,239,209); }
H1.HeaderClassName
{
color: #BDEFD1;
}
.AnyTagClassName
{
color: #BDEFD1;
}
</style>
background-color css
<style>
a { background-color: #BDEFD1; }
a { background-color: rgb(189,239,209); }
div.DivClassName
{
background-color: #BDEFD1;
}
.BgClassName
{
background-color: #BDEFD1;
}
</style>
border-color css
<style>
span { border-color: #BDEFD1; }
span { border-color: rgb(189,239,209); }
td.TdClassName
{
border-color: #BDEFD1;
}
.TagClassName
{
border-color: #BDEFD1;
}
</style>