Shades of Aero Blue #BFE2D0
Tints of Aero Blue #BFE2D0
RGB
CMYK
RGB Variations
Color information
#BFE2D0 (or 0xBFE2D0) is known color: Aero Blue. HEX triplet: BF, E2 and D0. RGB value is (191,226,208). Sum of RGB (Red+Green+Blue) = 191+226+208=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2D0 is #401D2F. Grayscale: #D5D5D5. Windows color (decimal): -4201776 or 13689535. OLE color: 13689535.
HSL color Cylindrical-coordinate representation of color #BFE2D0: hue angle of 149.14º 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 #BFE2D0 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 191 | 226 | 208 | - |
CMYK | 0.15 | 0 | 0.08 | 0.11 |
HSL | 149.14º | 0.38% | 0.82% | - |
HSV(B) | 149.14º | 0.15% | 0.89% | - |
XYZ | 60.07 | 70.02 | 70.02 | - |
YUV | 213.48 | 124.9 | 111.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 226 | 208 | 0.15 | 0 | 0.08 | 0.11 | 149.14 | 0.38 | 0.82 |
Hex | BF | E2 | D0 | F | 0 | 8 | B | 95 | 26 | 52 |
Octal | 277 | 342 | 320 | 17 | 0 | 10 | 13 | 225 | 46 | 122 |
Binary | 10111111 | 11100010 | 11010000 | 1111 | 0 | 1000 | 1011 | 10010101 | 100110 | 1010010 |
Color Harmonies of #BFE2D0
Complementary color
Monochromatic Colors of #BFE2D0
Black with #BFE2D0
Text Example
Text Example
White with #BFE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2D0; }
p { color: rgb(191,226,208); }
H1.HeaderClassName
{
color: #BFE2D0;
}
.AnyTagClassName
{
color: #BFE2D0;
}
</style>
background-color css
<style>
a { background-color: #BFE2D0; }
a { background-color: rgb(191,226,208); }
div.DivClassName
{
background-color: #BFE2D0;
}
.BgClassName
{
background-color: #BFE2D0;
}
</style>
border-color css
<style>
span { border-color: #BFE2D0; }
span { border-color: rgb(191,226,208); }
td.TdClassName
{
border-color: #BFE2D0;
}
.TagClassName
{
border-color: #BFE2D0;
}
</style>