Shades of Aero Blue #BFF2D9
Tints of Aero Blue #BFF2D9
RGB
CMYK
RGB Variations
Color information
#BFF2D9 (or 0xBFF2D9) is known color: Aero Blue. HEX triplet: BF, F2 and D9. RGB value is (191,242,217). Sum of RGB (Red+Green+Blue) = 191+242+217=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2D9 is #400D26. Grayscale: #DFDFDF. Windows color (decimal): -4197671 or 14283455. OLE color: 14283455.
HSL color Cylindrical-coordinate representation of color #BFF2D9: hue angle of 150.59º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2D9 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 191 | 242 | 217 | - |
CMYK | 0.21 | 0 | 0.10 | 0.05 |
HSL | 150.59º | 0.66% | 0.85% | - |
HSV(B) | 150.59º | 0.21% | 0.95% | - |
XYZ | 65.76 | 79.59 | 77.54 | - |
YUV | 223.9 | 124.1 | 104.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 242 | 217 | 0.21 | 0 | 0.10 | 0.05 | 150.59 | 0.66 | 0.85 |
Hex | BF | F2 | D9 | 15 | 0 | A | 5 | 97 | 42 | 55 |
Octal | 277 | 362 | 331 | 25 | 0 | 12 | 5 | 227 | 102 | 125 |
Binary | 10111111 | 11110010 | 11011001 | 10101 | 0 | 1010 | 101 | 10010111 | 1000010 | 1010101 |
Color Harmonies of #BFF2D9
Complementary color
Monochromatic Colors of #BFF2D9
Black with #BFF2D9
Text Example
Text Example
White with #BFF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2D9; }
p { color: rgb(191,242,217); }
H1.HeaderClassName
{
color: #BFF2D9;
}
.AnyTagClassName
{
color: #BFF2D9;
}
</style>
background-color css
<style>
a { background-color: #BFF2D9; }
a { background-color: rgb(191,242,217); }
div.DivClassName
{
background-color: #BFF2D9;
}
.BgClassName
{
background-color: #BFF2D9;
}
</style>
border-color css
<style>
span { border-color: #BFF2D9; }
span { border-color: rgb(191,242,217); }
td.TdClassName
{
border-color: #BFF2D9;
}
.TagClassName
{
border-color: #BFF2D9;
}
</style>