Shades of Aero Blue #BDDFCE
Tints of Aero Blue #BDDFCE
RGB
CMYK
RGB Variations
Color information
#BDDFCE (or 0xBDDFCE) is known color: Aero Blue. HEX triplet: BD, DF and CE. RGB value is (189,223,206). Sum of RGB (Red+Green+Blue) = 189+223+206=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFCE is #422031. Grayscale: #D2D2D2. Windows color (decimal): -4333618 or 13557693. OLE color: 13557693.
HSL color Cylindrical-coordinate representation of color #BDDFCE: hue angle of 150º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFCE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 206 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.13 |
| HSL | 150º | 0.35% | 0.81% | - |
| HSV(B) | 150º | 0.15% | 0.87% | - |
| XYZ | 58.51 | 68.05 | 68.44 | - |
| YUV | 210.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 206 | 0.15 | 0 | 0.08 | 0.13 | 150 | 0.35 | 0.81 |
| Hex | BD | DF | CE | F | 0 | 8 | D | 96 | 23 | 51 |
| Octal | 275 | 337 | 316 | 17 | 0 | 10 | 15 | 226 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11001110 | 1111 | 0 | 1000 | 1101 | 10010110 | 100011 | 1010001 |
Color Harmonies of #BDDFCE
Complementary color
Monochromatic Colors of #BDDFCE
Black with #BDDFCE
Text Example
Text Example
White with #BDDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFCE; }
p { color: rgb(189,223,206); }
H1.HeaderClassName
{
color: #BDDFCE;
}
.AnyTagClassName
{
color: #BDDFCE;
}
</style>
background-color css
<style>
a { background-color: #BDDFCE; }
a { background-color: rgb(189,223,206); }
div.DivClassName
{
background-color: #BDDFCE;
}
.BgClassName
{
background-color: #BDDFCE;
}
</style>
border-color css
<style>
span { border-color: #BDDFCE; }
span { border-color: rgb(189,223,206); }
td.TdClassName
{
border-color: #BDDFCE;
}
.TagClassName
{
border-color: #BDDFCE;
}
</style>