Shades of Aero Blue #BDFDD6
Tints of Aero Blue #BDFDD6
RGB
CMYK
RGB Variations
Color information
#BDFDD6 (or 0xBDFDD6) is known color: Aero Blue. HEX triplet: BD, FD and D6. RGB value is (189,253,214). Sum of RGB (Red+Green+Blue) = 189+253+214=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDD6 is #420229. Grayscale: #E5E5E5. Windows color (decimal): -4325930 or 14089661. OLE color: 14089661.
HSL color Cylindrical-coordinate representation of color #BDFDD6: hue angle of 143.44º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDD6 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 214 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.01 |
| HSL | 143.44º | 0.94% | 0.87% | - |
| HSV(B) | 143.44º | 0.25% | 0.99% | - |
| XYZ | 68.25 | 85.92 | 76.61 | - |
| YUV | 229.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 214 | 0.25 | 0 | 0.15 | 0.01 | 143.44 | 0.94 | 0.87 |
| Hex | BD | FD | D6 | 19 | 0 | F | 1 | 8F | 5E | 57 |
| Octal | 275 | 375 | 326 | 31 | 0 | 17 | 1 | 217 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11010110 | 11001 | 0 | 1111 | 1 | 10001111 | 1011110 | 1010111 |
Color Harmonies of #BDFDD6
Complementary color
Monochromatic Colors of #BDFDD6
Black with #BDFDD6
Text Example
Text Example
White with #BDFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDD6; }
p { color: rgb(189,253,214); }
H1.HeaderClassName
{
color: #BDFDD6;
}
.AnyTagClassName
{
color: #BDFDD6;
}
</style>
background-color css
<style>
a { background-color: #BDFDD6; }
a { background-color: rgb(189,253,214); }
div.DivClassName
{
background-color: #BDFDD6;
}
.BgClassName
{
background-color: #BDFDD6;
}
</style>
border-color css
<style>
span { border-color: #BDFDD6; }
span { border-color: rgb(189,253,214); }
td.TdClassName
{
border-color: #BDFDD6;
}
.TagClassName
{
border-color: #BDFDD6;
}
</style>