Shades of Aero Blue #BDF3D4
Tints of Aero Blue #BDF3D4
RGB
CMYK
RGB Variations
Color information
#BDF3D4 (or 0xBDF3D4) is known color: Aero Blue. HEX triplet: BD, F3 and D4. RGB value is (189,243,212). Sum of RGB (Red+Green+Blue) = 189+243+212=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3D4 is #420C2B. Grayscale: #DFDFDF. Windows color (decimal): -4328492 or 13956029. OLE color: 13956029.
HSL color Cylindrical-coordinate representation of color #BDF3D4: hue angle of 145.56º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3D4 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 212 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.05 |
| HSL | 145.56º | 0.69% | 0.85% | - |
| HSV(B) | 145.56º | 0.22% | 0.95% | - |
| XYZ | 64.92 | 79.67 | 74.24 | - |
| YUV | 223.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 212 | 0.22 | 0 | 0.13 | 0.05 | 145.56 | 0.69 | 0.85 |
| Hex | BD | F3 | D4 | 16 | 0 | D | 5 | 92 | 45 | 55 |
| Octal | 275 | 363 | 324 | 26 | 0 | 15 | 5 | 222 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11010100 | 10110 | 0 | 1101 | 101 | 10010010 | 1000101 | 1010101 |
Color Harmonies of #BDF3D4
Complementary color
Monochromatic Colors of #BDF3D4
Black with #BDF3D4
Text Example
Text Example
White with #BDF3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3D4; }
p { color: rgb(189,243,212); }
H1.HeaderClassName
{
color: #BDF3D4;
}
.AnyTagClassName
{
color: #BDF3D4;
}
</style>
background-color css
<style>
a { background-color: #BDF3D4; }
a { background-color: rgb(189,243,212); }
div.DivClassName
{
background-color: #BDF3D4;
}
.BgClassName
{
background-color: #BDF3D4;
}
</style>
border-color css
<style>
span { border-color: #BDF3D4; }
span { border-color: rgb(189,243,212); }
td.TdClassName
{
border-color: #BDF3D4;
}
.TagClassName
{
border-color: #BDF3D4;
}
</style>