Shades of Aero Blue #BDEACF
Tints of Aero Blue #BDEACF
RGB
CMYK
RGB Variations
Color information
#BDEACF (or 0xBDEACF) is known color: Aero Blue. HEX triplet: BD, EA and CF. RGB value is (189,234,207). Sum of RGB (Red+Green+Blue) = 189+234+207=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEACF is #421530. Grayscale: #D9D9D9. Windows color (decimal): -4330801 or 13626045. OLE color: 13626045.
HSL color Cylindrical-coordinate representation of color #BDEACF: hue angle of 144º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEACF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 207 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.08 |
| HSL | 144º | 0.52% | 0.83% | - |
| HSV(B) | 144º | 0.19% | 0.92% | - |
| XYZ | 61.67 | 74.17 | 70.1 | - |
| YUV | 217.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 207 | 0.19 | 0 | 0.12 | 0.08 | 144 | 0.52 | 0.83 |
| Hex | BD | EA | CF | 13 | 0 | C | 8 | 90 | 34 | 53 |
| Octal | 275 | 352 | 317 | 23 | 0 | 14 | 10 | 220 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11001111 | 10011 | 0 | 1100 | 1000 | 10010000 | 110100 | 1010011 |
Color Harmonies of #BDEACF
Complementary color
Monochromatic Colors of #BDEACF
Black with #BDEACF
Text Example
Text Example
White with #BDEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEACF; }
p { color: rgb(189,234,207); }
H1.HeaderClassName
{
color: #BDEACF;
}
.AnyTagClassName
{
color: #BDEACF;
}
</style>
background-color css
<style>
a { background-color: #BDEACF; }
a { background-color: rgb(189,234,207); }
div.DivClassName
{
background-color: #BDEACF;
}
.BgClassName
{
background-color: #BDEACF;
}
</style>
border-color css
<style>
span { border-color: #BDEACF; }
span { border-color: rgb(189,234,207); }
td.TdClassName
{
border-color: #BDEACF;
}
.TagClassName
{
border-color: #BDEACF;
}
</style>