Shades of Aero Blue #BFE2D3
Tints of Aero Blue #BFE2D3
RGB
CMYK
RGB Variations
Color information
#BFE2D3 (or 0xBFE2D3) is known color: Aero Blue. HEX triplet: BF, E2 and D3. RGB value is (191,226,211). Sum of RGB (Red+Green+Blue) = 191+226+211=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2D3 is #401D2C. Grayscale: #D5D5D5. Windows color (decimal): -4201773 or 13886143. OLE color: 13886143.
HSL color Cylindrical-coordinate representation of color #BFE2D3: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE2D3 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 211 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.11 |
| HSL | 154.29º | 0.38% | 0.82% | - |
| HSV(B) | 154.29º | 0.15% | 0.89% | - |
| XYZ | 60.44 | 70.17 | 71.99 | - |
| YUV | 213.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 211 | 0.15 | 0 | 0.07 | 0.11 | 154.29 | 0.38 | 0.82 |
| Hex | BF | E2 | D3 | F | 0 | 7 | B | 9A | 26 | 52 |
| Octal | 277 | 342 | 323 | 17 | 0 | 7 | 13 | 232 | 46 | 122 |
| Binary | 10111111 | 11100010 | 11010011 | 1111 | 0 | 111 | 1011 | 10011010 | 100110 | 1010010 |
Color Harmonies of #BFE2D3
Complementary color
Monochromatic Colors of #BFE2D3
Black with #BFE2D3
Text Example
Text Example
White with #BFE2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2D3; }
p { color: rgb(191,226,211); }
H1.HeaderClassName
{
color: #BFE2D3;
}
.AnyTagClassName
{
color: #BFE2D3;
}
</style>
background-color css
<style>
a { background-color: #BFE2D3; }
a { background-color: rgb(191,226,211); }
div.DivClassName
{
background-color: #BFE2D3;
}
.BgClassName
{
background-color: #BFE2D3;
}
</style>
border-color css
<style>
span { border-color: #BFE2D3; }
span { border-color: rgb(191,226,211); }
td.TdClassName
{
border-color: #BFE2D3;
}
.TagClassName
{
border-color: #BFE2D3;
}
</style>