Shades of Aero Blue #BFE4D3
Tints of Aero Blue #BFE4D3
RGB
CMYK
RGB Variations
Color information
#BFE4D3 (or 0xBFE4D3) is known color: Aero Blue. HEX triplet: BF, E4 and D3. RGB value is (191,228,211). Sum of RGB (Red+Green+Blue) = 191+228+211=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4D3 is #401B2C. Grayscale: #D7D7D7. Windows color (decimal): -4201261 or 13886655. OLE color: 13886655.
HSL color Cylindrical-coordinate representation of color #BFE4D3: hue angle of 152.43º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4D3 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 211 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.11 |
| HSL | 152.43º | 0.41% | 0.82% | - |
| HSV(B) | 152.43º | 0.16% | 0.89% | - |
| XYZ | 60.99 | 71.27 | 72.17 | - |
| YUV | 215 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 211 | 0.16 | 0 | 0.07 | 0.11 | 152.43 | 0.41 | 0.82 |
| Hex | BF | E4 | D3 | 10 | 0 | 7 | B | 98 | 29 | 52 |
| Octal | 277 | 344 | 323 | 20 | 0 | 7 | 13 | 230 | 51 | 122 |
| Binary | 10111111 | 11100100 | 11010011 | 10000 | 0 | 111 | 1011 | 10011000 | 101001 | 1010010 |
Color Harmonies of #BFE4D3
Complementary color
Monochromatic Colors of #BFE4D3
Black with #BFE4D3
Text Example
Text Example
White with #BFE4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4D3; }
p { color: rgb(191,228,211); }
H1.HeaderClassName
{
color: #BFE4D3;
}
.AnyTagClassName
{
color: #BFE4D3;
}
</style>
background-color css
<style>
a { background-color: #BFE4D3; }
a { background-color: rgb(191,228,211); }
div.DivClassName
{
background-color: #BFE4D3;
}
.BgClassName
{
background-color: #BFE4D3;
}
</style>
border-color css
<style>
span { border-color: #BFE4D3; }
span { border-color: rgb(191,228,211); }
td.TdClassName
{
border-color: #BFE4D3;
}
.TagClassName
{
border-color: #BFE4D3;
}
</style>