Shades of Aero Blue #BDF3D2
Tints of Aero Blue #BDF3D2
RGB
CMYK
RGB Variations
Color information
#BDF3D2 (or 0xBDF3D2) is known color: Aero Blue. HEX triplet: BD, F3 and D2. RGB value is (189,243,210). Sum of RGB (Red+Green+Blue) = 189+243+210=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3D2 is #420C2D. Grayscale: #DFDFDF. Windows color (decimal): -4328494 or 13824957. OLE color: 13824957.
HSL color Cylindrical-coordinate representation of color #BDF3D2: hue angle of 143.33º 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 #BDF3D2 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 210 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.05 |
| HSL | 143.33º | 0.69% | 0.85% | - |
| HSV(B) | 143.33º | 0.22% | 0.95% | - |
| XYZ | 64.67 | 79.57 | 72.92 | - |
| YUV | 223.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 210 | 0.22 | 0 | 0.14 | 0.05 | 143.33 | 0.69 | 0.85 |
| Hex | BD | F3 | D2 | 16 | 0 | E | 5 | 8F | 45 | 55 |
| Octal | 275 | 363 | 322 | 26 | 0 | 16 | 5 | 217 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11010010 | 10110 | 0 | 1110 | 101 | 10001111 | 1000101 | 1010101 |
Color Harmonies of #BDF3D2
Complementary color
Monochromatic Colors of #BDF3D2
Black with #BDF3D2
Text Example
Text Example
White with #BDF3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3D2; }
p { color: rgb(189,243,210); }
H1.HeaderClassName
{
color: #BDF3D2;
}
.AnyTagClassName
{
color: #BDF3D2;
}
</style>
background-color css
<style>
a { background-color: #BDF3D2; }
a { background-color: rgb(189,243,210); }
div.DivClassName
{
background-color: #BDF3D2;
}
.BgClassName
{
background-color: #BDF3D2;
}
</style>
border-color css
<style>
span { border-color: #BDF3D2; }
span { border-color: rgb(189,243,210); }
td.TdClassName
{
border-color: #BDF3D2;
}
.TagClassName
{
border-color: #BDF3D2;
}
</style>