Shades of Aero Blue #BDF3D1
Tints of Aero Blue #BDF3D1
RGB
CMYK
RGB Variations
Color information
#BDF3D1 (or 0xBDF3D1) is known color: Aero Blue. HEX triplet: BD, F3 and D1. RGB value is (189,243,209). Sum of RGB (Red+Green+Blue) = 189+243+209=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3D1 is #420C2E. Grayscale: #DFDFDF. Windows color (decimal): -4328495 or 13759421. OLE color: 13759421.
HSL color Cylindrical-coordinate representation of color #BDF3D1: hue angle of 142.22º 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 #BDF3D1 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 209 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.05 |
| HSL | 142.22º | 0.69% | 0.85% | - |
| HSV(B) | 142.22º | 0.22% | 0.95% | - |
| XYZ | 64.55 | 79.52 | 72.27 | - |
| YUV | 222.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 209 | 0.22 | 0 | 0.14 | 0.05 | 142.22 | 0.69 | 0.85 |
| Hex | BD | F3 | D1 | 16 | 0 | E | 5 | 8E | 45 | 55 |
| Octal | 275 | 363 | 321 | 26 | 0 | 16 | 5 | 216 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11010001 | 10110 | 0 | 1110 | 101 | 10001110 | 1000101 | 1010101 |
Color Harmonies of #BDF3D1
Complementary color
Monochromatic Colors of #BDF3D1
Black with #BDF3D1
Text Example
Text Example
White with #BDF3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3D1; }
p { color: rgb(189,243,209); }
H1.HeaderClassName
{
color: #BDF3D1;
}
.AnyTagClassName
{
color: #BDF3D1;
}
</style>
background-color css
<style>
a { background-color: #BDF3D1; }
a { background-color: rgb(189,243,209); }
div.DivClassName
{
background-color: #BDF3D1;
}
.BgClassName
{
background-color: #BDF3D1;
}
</style>
border-color css
<style>
span { border-color: #BDF3D1; }
span { border-color: rgb(189,243,209); }
td.TdClassName
{
border-color: #BDF3D1;
}
.TagClassName
{
border-color: #BDF3D1;
}
</style>