Shades of Aero Blue #BCFBDE
Tints of Aero Blue #BCFBDE
RGB
CMYK
RGB Variations
Color information
#BCFBDE (or 0xBCFBDE) is known color: Aero Blue. HEX triplet: BC, FB and DE. RGB value is (188,251,222). Sum of RGB (Red+Green+Blue) = 188+251+222=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBDE is #430421. Grayscale: #E4E4E4. Windows color (decimal): -4391970 or 14613436. OLE color: 14613436.
HSL color Cylindrical-coordinate representation of color #BCFBDE: hue angle of 152.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBDE is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 222 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.02 |
| HSL | 152.38º | 0.89% | 0.86% | - |
| HSV(B) | 152.38º | 0.25% | 0.98% | - |
| XYZ | 68.42 | 84.96 | 81.9 | - |
| YUV | 228.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 222 | 0.25 | 0 | 0.12 | 0.02 | 152.38 | 0.89 | 0.86 |
| Hex | BC | FB | DE | 19 | 0 | C | 2 | 98 | 59 | 56 |
| Octal | 274 | 373 | 336 | 31 | 0 | 14 | 2 | 230 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11011110 | 11001 | 0 | 1100 | 10 | 10011000 | 1011001 | 1010110 |
Color Harmonies of #BCFBDE
Complementary color
Monochromatic Colors of #BCFBDE
Black with #BCFBDE
Text Example
Text Example
White with #BCFBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBDE; }
p { color: rgb(188,251,222); }
H1.HeaderClassName
{
color: #BCFBDE;
}
.AnyTagClassName
{
color: #BCFBDE;
}
</style>
background-color css
<style>
a { background-color: #BCFBDE; }
a { background-color: rgb(188,251,222); }
div.DivClassName
{
background-color: #BCFBDE;
}
.BgClassName
{
background-color: #BCFBDE;
}
</style>
border-color css
<style>
span { border-color: #BCFBDE; }
span { border-color: rgb(188,251,222); }
td.TdClassName
{
border-color: #BCFBDE;
}
.TagClassName
{
border-color: #BCFBDE;
}
</style>