Shades of Aero Blue #BFF5DC
Tints of Aero Blue #BFF5DC
RGB
CMYK
RGB Variations
Color information
#BFF5DC (or 0xBFF5DC) is known color: Aero Blue. HEX triplet: BF, F5 and DC. RGB value is (191,245,220). Sum of RGB (Red+Green+Blue) = 191+245+220=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5DC is #400A23. Grayscale: #E2E2E2. Windows color (decimal): -4196900 or 14480831. OLE color: 14480831.
HSL color Cylindrical-coordinate representation of color #BFF5DC: hue angle of 152.22º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5DC is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 220 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.04 |
| HSL | 152.22º | 0.73% | 0.85% | - |
| HSV(B) | 152.22º | 0.22% | 0.96% | - |
| XYZ | 67.06 | 81.55 | 79.92 | - |
| YUV | 226 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 220 | 0.22 | 0 | 0.10 | 0.04 | 152.22 | 0.73 | 0.85 |
| Hex | BF | F5 | DC | 16 | 0 | A | 4 | 98 | 49 | 55 |
| Octal | 277 | 365 | 334 | 26 | 0 | 12 | 4 | 230 | 111 | 125 |
| Binary | 10111111 | 11110101 | 11011100 | 10110 | 0 | 1010 | 100 | 10011000 | 1001001 | 1010101 |
Color Harmonies of #BFF5DC
Complementary color
Monochromatic Colors of #BFF5DC
Black with #BFF5DC
Text Example
Text Example
White with #BFF5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5DC; }
p { color: rgb(191,245,220); }
H1.HeaderClassName
{
color: #BFF5DC;
}
.AnyTagClassName
{
color: #BFF5DC;
}
</style>
background-color css
<style>
a { background-color: #BFF5DC; }
a { background-color: rgb(191,245,220); }
div.DivClassName
{
background-color: #BFF5DC;
}
.BgClassName
{
background-color: #BFF5DC;
}
</style>
border-color css
<style>
span { border-color: #BFF5DC; }
span { border-color: rgb(191,245,220); }
td.TdClassName
{
border-color: #BFF5DC;
}
.TagClassName
{
border-color: #BFF5DC;
}
</style>