Shades of Aero Blue #BFFCDB
Tints of Aero Blue #BFFCDB
RGB
CMYK
RGB Variations
Color information
#BFFCDB (or 0xBFFCDB) is known color: Aero Blue. HEX triplet: BF, FC and DB. RGB value is (191,252,219). Sum of RGB (Red+Green+Blue) = 191+252+219=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCDB is #400324. Grayscale: #E6E6E6. Windows color (decimal): -4195109 or 14417087. OLE color: 14417087.
HSL color Cylindrical-coordinate representation of color #BFFCDB: hue angle of 147.54º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFCDB is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 219 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.01 |
| HSL | 147.54º | 0.91% | 0.87% | - |
| HSV(B) | 147.54º | 0.24% | 0.99% | - |
| XYZ | 69.08 | 85.81 | 79.94 | - |
| YUV | 230 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 219 | 0.24 | 0 | 0.13 | 0.01 | 147.54 | 0.91 | 0.87 |
| Hex | BF | FC | DB | 18 | 0 | D | 1 | 94 | 5B | 57 |
| Octal | 277 | 374 | 333 | 30 | 0 | 15 | 1 | 224 | 133 | 127 |
| Binary | 10111111 | 11111100 | 11011011 | 11000 | 0 | 1101 | 1 | 10010100 | 1011011 | 1010111 |
Color Harmonies of #BFFCDB
Complementary color
Monochromatic Colors of #BFFCDB
Black with #BFFCDB
Text Example
Text Example
White with #BFFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFCDB; }
p { color: rgb(191,252,219); }
H1.HeaderClassName
{
color: #BFFCDB;
}
.AnyTagClassName
{
color: #BFFCDB;
}
</style>
background-color css
<style>
a { background-color: #BFFCDB; }
a { background-color: rgb(191,252,219); }
div.DivClassName
{
background-color: #BFFCDB;
}
.BgClassName
{
background-color: #BFFCDB;
}
</style>
border-color css
<style>
span { border-color: #BFFCDB; }
span { border-color: rgb(191,252,219); }
td.TdClassName
{
border-color: #BFFCDB;
}
.TagClassName
{
border-color: #BFFCDB;
}
</style>