Shades of Aero Blue #BFE2D4
Tints of Aero Blue #BFE2D4
RGB
CMYK
RGB Variations
Color information
#BFE2D4 (or 0xBFE2D4) is known color: Aero Blue. HEX triplet: BF, E2 and D4. RGB value is (191,226,212). Sum of RGB (Red+Green+Blue) = 191+226+212=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2D4 is #401D2B. Grayscale: #D5D5D5. Windows color (decimal): -4201772 or 13951679. OLE color: 13951679.
HSL color Cylindrical-coordinate representation of color #BFE2D4: hue angle of 156º 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 #BFE2D4 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 191 | 226 | 212 | - |
CMYK | 0.15 | 0 | 0.06 | 0.11 |
HSL | 156º | 0.38% | 0.82% | - |
HSV(B) | 156º | 0.15% | 0.89% | - |
XYZ | 60.57 | 70.22 | 72.65 | - |
YUV | 213.94 | 126.9 | 111.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 226 | 212 | 0.15 | 0 | 0.06 | 0.11 | 156 | 0.38 | 0.82 |
Hex | BF | E2 | D4 | F | 0 | 6 | B | 9C | 26 | 52 |
Octal | 277 | 342 | 324 | 17 | 0 | 6 | 13 | 234 | 46 | 122 |
Binary | 10111111 | 11100010 | 11010100 | 1111 | 0 | 110 | 1011 | 10011100 | 100110 | 1010010 |
Color Harmonies of #BFE2D4
Complementary color
Monochromatic Colors of #BFE2D4
Black with #BFE2D4
Text Example
Text Example
White with #BFE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2D4; }
p { color: rgb(191,226,212); }
H1.HeaderClassName
{
color: #BFE2D4;
}
.AnyTagClassName
{
color: #BFE2D4;
}
</style>
background-color css
<style>
a { background-color: #BFE2D4; }
a { background-color: rgb(191,226,212); }
div.DivClassName
{
background-color: #BFE2D4;
}
.BgClassName
{
background-color: #BFE2D4;
}
</style>
border-color css
<style>
span { border-color: #BFE2D4; }
span { border-color: rgb(191,226,212); }
td.TdClassName
{
border-color: #BFE2D4;
}
.TagClassName
{
border-color: #BFE2D4;
}
</style>