Shades of Aero Blue #BFE2D1
Tints of Aero Blue #BFE2D1
RGB
CMYK
RGB Variations
Color information
#BFE2D1 (or 0xBFE2D1) is known color: Aero Blue. HEX triplet: BF, E2 and D1. RGB value is (191,226,209). Sum of RGB (Red+Green+Blue) = 191+226+209=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2D1 is #401D2E. Grayscale: #D5D5D5. Windows color (decimal): -4201775 or 13755071. OLE color: 13755071.
HSL color Cylindrical-coordinate representation of color #BFE2D1: hue angle of 150.86º 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 #BFE2D1 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 191 | 226 | 209 | - |
CMYK | 0.15 | 0 | 0.08 | 0.11 |
HSL | 150.86º | 0.38% | 0.82% | - |
HSV(B) | 150.86º | 0.15% | 0.89% | - |
XYZ | 60.19 | 70.07 | 70.67 | - |
YUV | 213.6 | 125.4 | 111.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 226 | 209 | 0.15 | 0 | 0.08 | 0.11 | 150.86 | 0.38 | 0.82 |
Hex | BF | E2 | D1 | F | 0 | 8 | B | 97 | 26 | 52 |
Octal | 277 | 342 | 321 | 17 | 0 | 10 | 13 | 227 | 46 | 122 |
Binary | 10111111 | 11100010 | 11010001 | 1111 | 0 | 1000 | 1011 | 10010111 | 100110 | 1010010 |
Color Harmonies of #BFE2D1
Complementary color
Monochromatic Colors of #BFE2D1
Black with #BFE2D1
Text Example
Text Example
White with #BFE2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2D1; }
p { color: rgb(191,226,209); }
H1.HeaderClassName
{
color: #BFE2D1;
}
.AnyTagClassName
{
color: #BFE2D1;
}
</style>
background-color css
<style>
a { background-color: #BFE2D1; }
a { background-color: rgb(191,226,209); }
div.DivClassName
{
background-color: #BFE2D1;
}
.BgClassName
{
background-color: #BFE2D1;
}
</style>
border-color css
<style>
span { border-color: #BFE2D1; }
span { border-color: rgb(191,226,209); }
td.TdClassName
{
border-color: #BFE2D1;
}
.TagClassName
{
border-color: #BFE2D1;
}
</style>