Shades of Aero Blue #BCFDD6
Tints of Aero Blue #BCFDD6
RGB
CMYK
RGB Variations
Color information
#BCFDD6 (or 0xBCFDD6) is known color: Aero Blue. HEX triplet: BC, FD and D6. RGB value is (188,253,214). Sum of RGB (Red+Green+Blue) = 188+253+214=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD6 is #430229. Grayscale: #E5E5E5. Windows color (decimal): -4391466 or 14089660. OLE color: 14089660.
HSL color Cylindrical-coordinate representation of color #BCFDD6: hue angle of 144º 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 #BCFDD6 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 214 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.01 |
| HSL | 144º | 0.94% | 0.86% | - |
| HSV(B) | 144º | 0.26% | 0.99% | - |
| XYZ | 68 | 85.8 | 76.59 | - |
| YUV | 229.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 214 | 0.26 | 0 | 0.15 | 0.01 | 144 | 0.94 | 0.86 |
| Hex | BC | FD | D6 | 1A | 0 | F | 1 | 90 | 5E | 56 |
| Octal | 274 | 375 | 326 | 32 | 0 | 17 | 1 | 220 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11010110 | 11010 | 0 | 1111 | 1 | 10010000 | 1011110 | 1010110 |
Color Harmonies of #BCFDD6
Complementary color
Monochromatic Colors of #BCFDD6
Black with #BCFDD6
Text Example
Text Example
White with #BCFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDD6; }
p { color: rgb(188,253,214); }
H1.HeaderClassName
{
color: #BCFDD6;
}
.AnyTagClassName
{
color: #BCFDD6;
}
</style>
background-color css
<style>
a { background-color: #BCFDD6; }
a { background-color: rgb(188,253,214); }
div.DivClassName
{
background-color: #BCFDD6;
}
.BgClassName
{
background-color: #BCFDD6;
}
</style>
border-color css
<style>
span { border-color: #BCFDD6; }
span { border-color: rgb(188,253,214); }
td.TdClassName
{
border-color: #BCFDD6;
}
.TagClassName
{
border-color: #BCFDD6;
}
</style>