Shades of Aero Blue #BDF6DB
Tints of Aero Blue #BDF6DB
RGB
CMYK
RGB Variations
Color information
#BDF6DB (or 0xBDF6DB) is known color: Aero Blue. HEX triplet: BD, F6 and DB. RGB value is (189,246,219). Sum of RGB (Red+Green+Blue) = 189+246+219=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6DB is #420924. Grayscale: #E1E1E1. Windows color (decimal): -4327717 or 14415549. OLE color: 14415549.
HSL color Cylindrical-coordinate representation of color #BDF6DB: hue angle of 151.58º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6DB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 189 | 246 | 219 | - |
CMYK | 0.23 | 0 | 0.11 | 0.04 |
HSL | 151.58º | 0.76% | 0.85% | - |
HSV(B) | 151.58º | 0.23% | 0.96% | - |
XYZ | 66.73 | 81.84 | 79.3 | - |
YUV | 225.88 | 124.12 | 101.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 246 | 219 | 0.23 | 0 | 0.11 | 0.04 | 151.58 | 0.76 | 0.85 |
Hex | BD | F6 | DB | 17 | 0 | B | 4 | 98 | 4C | 55 |
Octal | 275 | 366 | 333 | 27 | 0 | 13 | 4 | 230 | 114 | 125 |
Binary | 10111101 | 11110110 | 11011011 | 10111 | 0 | 1011 | 100 | 10011000 | 1001100 | 1010101 |
Color Harmonies of #BDF6DB
Complementary color
Monochromatic Colors of #BDF6DB
Black with #BDF6DB
Text Example
Text Example
White with #BDF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6DB; }
p { color: rgb(189,246,219); }
H1.HeaderClassName
{
color: #BDF6DB;
}
.AnyTagClassName
{
color: #BDF6DB;
}
</style>
background-color css
<style>
a { background-color: #BDF6DB; }
a { background-color: rgb(189,246,219); }
div.DivClassName
{
background-color: #BDF6DB;
}
.BgClassName
{
background-color: #BDF6DB;
}
</style>
border-color css
<style>
span { border-color: #BDF6DB; }
span { border-color: rgb(189,246,219); }
td.TdClassName
{
border-color: #BDF6DB;
}
.TagClassName
{
border-color: #BDF6DB;
}
</style>