Shades of Aero Blue #BFFCDC
Tints of Aero Blue #BFFCDC
RGB
CMYK
RGB Variations
Color information
#BFFCDC (or 0xBFFCDC) is known color: Aero Blue. HEX triplet: BF, FC and DC. RGB value is (191,252,220). Sum of RGB (Red+Green+Blue) = 191+252+220=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCDC is #400323. Grayscale: #E6E6E6. Windows color (decimal): -4195108 or 14482623. OLE color: 14482623.
HSL color Cylindrical-coordinate representation of color #BFFCDC: hue angle of 148.52º 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 #BFFCDC is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 220 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.01 |
| HSL | 148.52º | 0.91% | 0.87% | - |
| HSV(B) | 148.52º | 0.24% | 0.99% | - |
| XYZ | 69.21 | 85.86 | 80.64 | - |
| YUV | 230.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 220 | 0.24 | 0 | 0.13 | 0.01 | 148.52 | 0.91 | 0.87 |
| Hex | BF | FC | DC | 18 | 0 | D | 1 | 95 | 5B | 57 |
| Octal | 277 | 374 | 334 | 30 | 0 | 15 | 1 | 225 | 133 | 127 |
| Binary | 10111111 | 11111100 | 11011100 | 11000 | 0 | 1101 | 1 | 10010101 | 1011011 | 1010111 |
Color Harmonies of #BFFCDC
Complementary color
Monochromatic Colors of #BFFCDC
Black with #BFFCDC
Text Example
Text Example
White with #BFFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFCDC; }
p { color: rgb(191,252,220); }
H1.HeaderClassName
{
color: #BFFCDC;
}
.AnyTagClassName
{
color: #BFFCDC;
}
</style>
background-color css
<style>
a { background-color: #BFFCDC; }
a { background-color: rgb(191,252,220); }
div.DivClassName
{
background-color: #BFFCDC;
}
.BgClassName
{
background-color: #BFFCDC;
}
</style>
border-color css
<style>
span { border-color: #BFFCDC; }
span { border-color: rgb(191,252,220); }
td.TdClassName
{
border-color: #BFFCDC;
}
.TagClassName
{
border-color: #BFFCDC;
}
</style>