Shades of Aero Blue #BFF0D2
Tints of Aero Blue #BFF0D2
RGB
CMYK
RGB Variations
Color information
#BFF0D2 (or 0xBFF0D2) is known color: Aero Blue. HEX triplet: BF, F0 and D2. RGB value is (191,240,210). Sum of RGB (Red+Green+Blue) = 191+240+210=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0D2 is #400F2D. Grayscale: #DDDDDD. Windows color (decimal): -4198190 or 13824191. OLE color: 13824191.
HSL color Cylindrical-coordinate representation of color #BFF0D2: hue angle of 143.27º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0D2 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 210 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.06 |
| HSL | 143.27º | 0.62% | 0.85% | - |
| HSV(B) | 143.27º | 0.2% | 0.94% | - |
| XYZ | 64.28 | 78.05 | 72.65 | - |
| YUV | 221.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 210 | 0.20 | 0 | 0.12 | 0.06 | 143.27 | 0.62 | 0.85 |
| Hex | BF | F0 | D2 | 14 | 0 | C | 6 | 8F | 3E | 55 |
| Octal | 277 | 360 | 322 | 24 | 0 | 14 | 6 | 217 | 76 | 125 |
| Binary | 10111111 | 11110000 | 11010010 | 10100 | 0 | 1100 | 110 | 10001111 | 111110 | 1010101 |
Color Harmonies of #BFF0D2
Complementary color
Monochromatic Colors of #BFF0D2
Black with #BFF0D2
Text Example
Text Example
White with #BFF0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0D2; }
p { color: rgb(191,240,210); }
H1.HeaderClassName
{
color: #BFF0D2;
}
.AnyTagClassName
{
color: #BFF0D2;
}
</style>
background-color css
<style>
a { background-color: #BFF0D2; }
a { background-color: rgb(191,240,210); }
div.DivClassName
{
background-color: #BFF0D2;
}
.BgClassName
{
background-color: #BFF0D2;
}
</style>
border-color css
<style>
span { border-color: #BFF0D2; }
span { border-color: rgb(191,240,210); }
td.TdClassName
{
border-color: #BFF0D2;
}
.TagClassName
{
border-color: #BFF0D2;
}
</style>