Shades of Aero Blue #BCFDD5
Tints of Aero Blue #BCFDD5
RGB
CMYK
RGB Variations
Color information
#BCFDD5 (or 0xBCFDD5) is known color: Aero Blue. HEX triplet: BC, FD and D5. RGB value is (188,253,213). Sum of RGB (Red+Green+Blue) = 188+253+213=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD5 is #43022A. Grayscale: #E5E5E5. Windows color (decimal): -4391467 or 14024124. OLE color: 14024124.
HSL color Cylindrical-coordinate representation of color #BCFDD5: hue angle of 143.08º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDD5 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 213 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.01 |
| HSL | 143.08º | 0.94% | 0.86% | - |
| HSV(B) | 143.08º | 0.26% | 0.99% | - |
| XYZ | 67.87 | 85.75 | 75.92 | - |
| YUV | 229.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 213 | 0.26 | 0 | 0.16 | 0.01 | 143.08 | 0.94 | 0.86 |
| Hex | BC | FD | D5 | 1A | 0 | 10 | 1 | 8F | 5E | 56 |
| Octal | 274 | 375 | 325 | 32 | 0 | 20 | 1 | 217 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11010101 | 11010 | 0 | 10000 | 1 | 10001111 | 1011110 | 1010110 |
Color Harmonies of #BCFDD5
Complementary color
Monochromatic Colors of #BCFDD5
Black with #BCFDD5
Text Example
Text Example
White with #BCFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDD5; }
p { color: rgb(188,253,213); }
H1.HeaderClassName
{
color: #BCFDD5;
}
.AnyTagClassName
{
color: #BCFDD5;
}
</style>
background-color css
<style>
a { background-color: #BCFDD5; }
a { background-color: rgb(188,253,213); }
div.DivClassName
{
background-color: #BCFDD5;
}
.BgClassName
{
background-color: #BCFDD5;
}
</style>
border-color css
<style>
span { border-color: #BCFDD5; }
span { border-color: rgb(188,253,213); }
td.TdClassName
{
border-color: #BCFDD5;
}
.TagClassName
{
border-color: #BCFDD5;
}
</style>