Shades of Aero Blue #BFE3D4
Tints of Aero Blue #BFE3D4
RGB
CMYK
RGB Variations
Color information
#BFE3D4 (or 0xBFE3D4) is known color: Aero Blue. HEX triplet: BF, E3 and D4. RGB value is (191,227,212). Sum of RGB (Red+Green+Blue) = 191+227+212=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3D4 is #401C2B. Grayscale: #D6D6D6. Windows color (decimal): -4201516 or 13951935. OLE color: 13951935.
HSL color Cylindrical-coordinate representation of color #BFE3D4: hue angle of 155º degrees, saturation: 0.39, 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 #BFE3D4 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 212 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.11 |
| HSL | 155º | 0.39% | 0.82% | - |
| HSV(B) | 155º | 0.16% | 0.89% | - |
| XYZ | 60.84 | 70.77 | 72.74 | - |
| YUV | 214.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 212 | 0.16 | 0 | 0.07 | 0.11 | 155 | 0.39 | 0.82 |
| Hex | BF | E3 | D4 | 10 | 0 | 7 | B | 9B | 27 | 52 |
| Octal | 277 | 343 | 324 | 20 | 0 | 7 | 13 | 233 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11010100 | 10000 | 0 | 111 | 1011 | 10011011 | 100111 | 1010010 |
Color Harmonies of #BFE3D4
Complementary color
Monochromatic Colors of #BFE3D4
Black with #BFE3D4
Text Example
Text Example
White with #BFE3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3D4; }
p { color: rgb(191,227,212); }
H1.HeaderClassName
{
color: #BFE3D4;
}
.AnyTagClassName
{
color: #BFE3D4;
}
</style>
background-color css
<style>
a { background-color: #BFE3D4; }
a { background-color: rgb(191,227,212); }
div.DivClassName
{
background-color: #BFE3D4;
}
.BgClassName
{
background-color: #BFE3D4;
}
</style>
border-color css
<style>
span { border-color: #BFE3D4; }
span { border-color: rgb(191,227,212); }
td.TdClassName
{
border-color: #BFE3D4;
}
.TagClassName
{
border-color: #BFE3D4;
}
</style>