Shades of Aero Blue #BDDFD0
Tints of Aero Blue #BDDFD0
RGB
CMYK
RGB Variations
Color information
#BDDFD0 (or 0xBDDFD0) is known color: Aero Blue. HEX triplet: BD, DF and D0. RGB value is (189,223,208). Sum of RGB (Red+Green+Blue) = 189+223+208=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD0 is #42202F. Grayscale: #D3D3D3. Windows color (decimal): -4333616 or 13688765. OLE color: 13688765.
HSL color Cylindrical-coordinate representation of color #BDDFD0: hue angle of 153.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFD0 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 208 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.13 |
| HSL | 153.53º | 0.35% | 0.81% | - |
| HSV(B) | 153.53º | 0.15% | 0.87% | - |
| XYZ | 58.76 | 68.15 | 69.73 | - |
| YUV | 211.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 208 | 0.15 | 0 | 0.07 | 0.13 | 153.53 | 0.35 | 0.81 |
| Hex | BD | DF | D0 | F | 0 | 7 | D | 9A | 23 | 51 |
| Octal | 275 | 337 | 320 | 17 | 0 | 7 | 15 | 232 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11010000 | 1111 | 0 | 111 | 1101 | 10011010 | 100011 | 1010001 |
Color Harmonies of #BDDFD0
Complementary color
Monochromatic Colors of #BDDFD0
Black with #BDDFD0
Text Example
Text Example
White with #BDDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFD0; }
p { color: rgb(189,223,208); }
H1.HeaderClassName
{
color: #BDDFD0;
}
.AnyTagClassName
{
color: #BDDFD0;
}
</style>
background-color css
<style>
a { background-color: #BDDFD0; }
a { background-color: rgb(189,223,208); }
div.DivClassName
{
background-color: #BDDFD0;
}
.BgClassName
{
background-color: #BDDFD0;
}
</style>
border-color css
<style>
span { border-color: #BDDFD0; }
span { border-color: rgb(189,223,208); }
td.TdClassName
{
border-color: #BDDFD0;
}
.TagClassName
{
border-color: #BDDFD0;
}
</style>