Shades of Aero Blue #BFE3D2
Tints of Aero Blue #BFE3D2
RGB
CMYK
RGB Variations
Color information
#BFE3D2 (or 0xBFE3D2) is known color: Aero Blue. HEX triplet: BF, E3 and D2. RGB value is (191,227,210). Sum of RGB (Red+Green+Blue) = 191+227+210=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3D2 is #401C2D. Grayscale: #D6D6D6. Windows color (decimal): -4201518 or 13820863. OLE color: 13820863.
HSL color Cylindrical-coordinate representation of color #BFE3D2: hue angle of 151.67º 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 #BFE3D2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 210 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.11 |
| HSL | 151.67º | 0.39% | 0.82% | - |
| HSV(B) | 151.67º | 0.16% | 0.89% | - |
| XYZ | 60.59 | 70.67 | 71.42 | - |
| YUV | 214.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 210 | 0.16 | 0 | 0.07 | 0.11 | 151.67 | 0.39 | 0.82 |
| Hex | BF | E3 | D2 | 10 | 0 | 7 | B | 98 | 27 | 52 |
| Octal | 277 | 343 | 322 | 20 | 0 | 7 | 13 | 230 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11010010 | 10000 | 0 | 111 | 1011 | 10011000 | 100111 | 1010010 |
Color Harmonies of #BFE3D2
Complementary color
Monochromatic Colors of #BFE3D2
Black with #BFE3D2
Text Example
Text Example
White with #BFE3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3D2; }
p { color: rgb(191,227,210); }
H1.HeaderClassName
{
color: #BFE3D2;
}
.AnyTagClassName
{
color: #BFE3D2;
}
</style>
background-color css
<style>
a { background-color: #BFE3D2; }
a { background-color: rgb(191,227,210); }
div.DivClassName
{
background-color: #BFE3D2;
}
.BgClassName
{
background-color: #BFE3D2;
}
</style>
border-color css
<style>
span { border-color: #BFE3D2; }
span { border-color: rgb(191,227,210); }
td.TdClassName
{
border-color: #BFE3D2;
}
.TagClassName
{
border-color: #BFE3D2;
}
</style>