Shades of Aero Blue #BFFCDA
Tints of Aero Blue #BFFCDA
RGB
CMYK
RGB Variations
Color information
#BFFCDA (or 0xBFFCDA) is known color: Aero Blue. HEX triplet: BF, FC and DA. RGB value is (191,252,218). Sum of RGB (Red+Green+Blue) = 191+252+218=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCDA is #400325. Grayscale: #E5E5E5. Windows color (decimal): -4195110 or 14351551. OLE color: 14351551.
HSL color Cylindrical-coordinate representation of color #BFFCDA: hue angle of 146.56º 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 #BFFCDA is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 191 | 252 | 218 | - |
CMYK | 0.24 | 0 | 0.13 | 0.01 |
HSL | 146.56º | 0.91% | 0.87% | - |
HSV(B) | 146.56º | 0.24% | 0.99% | - |
XYZ | 68.95 | 85.76 | 79.25 | - |
YUV | 229.89 | 121.29 | 100.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 252 | 218 | 0.24 | 0 | 0.13 | 0.01 | 146.56 | 0.91 | 0.87 |
Hex | BF | FC | DA | 18 | 0 | D | 1 | 93 | 5B | 57 |
Octal | 277 | 374 | 332 | 30 | 0 | 15 | 1 | 223 | 133 | 127 |
Binary | 10111111 | 11111100 | 11011010 | 11000 | 0 | 1101 | 1 | 10010011 | 1011011 | 1010111 |
Color Harmonies of #BFFCDA
Complementary color
Monochromatic Colors of #BFFCDA
Black with #BFFCDA
Text Example
Text Example
White with #BFFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFCDA; }
p { color: rgb(191,252,218); }
H1.HeaderClassName
{
color: #BFFCDA;
}
.AnyTagClassName
{
color: #BFFCDA;
}
</style>
background-color css
<style>
a { background-color: #BFFCDA; }
a { background-color: rgb(191,252,218); }
div.DivClassName
{
background-color: #BFFCDA;
}
.BgClassName
{
background-color: #BFFCDA;
}
</style>
border-color css
<style>
span { border-color: #BFFCDA; }
span { border-color: rgb(191,252,218); }
td.TdClassName
{
border-color: #BFFCDA;
}
.TagClassName
{
border-color: #BFFCDA;
}
</style>