Shades of Aero Blue #BCEACF
Tints of Aero Blue #BCEACF
RGB
CMYK
RGB Variations
Color information
#BCEACF (or 0xBCEACF) is known color: Aero Blue. HEX triplet: BC, EA and CF. RGB value is (188,234,207). Sum of RGB (Red+Green+Blue) = 188+234+207=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEACF is #431530. Grayscale: #D9D9D9. Windows color (decimal): -4396337 or 13626044. OLE color: 13626044.
HSL color Cylindrical-coordinate representation of color #BCEACF: hue angle of 144.78º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEACF is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 207 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.08 |
| HSL | 144.78º | 0.52% | 0.83% | - |
| HSV(B) | 144.78º | 0.2% | 0.92% | - |
| XYZ | 61.42 | 74.04 | 70.09 | - |
| YUV | 217.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 207 | 0.20 | 0 | 0.12 | 0.08 | 144.78 | 0.52 | 0.83 |
| Hex | BC | EA | CF | 14 | 0 | C | 8 | 91 | 34 | 53 |
| Octal | 274 | 352 | 317 | 24 | 0 | 14 | 10 | 221 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11001111 | 10100 | 0 | 1100 | 1000 | 10010001 | 110100 | 1010011 |
Color Harmonies of #BCEACF
Complementary color
Monochromatic Colors of #BCEACF
Black with #BCEACF
Text Example
Text Example
White with #BCEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEACF; }
p { color: rgb(188,234,207); }
H1.HeaderClassName
{
color: #BCEACF;
}
.AnyTagClassName
{
color: #BCEACF;
}
</style>
background-color css
<style>
a { background-color: #BCEACF; }
a { background-color: rgb(188,234,207); }
div.DivClassName
{
background-color: #BCEACF;
}
.BgClassName
{
background-color: #BCEACF;
}
</style>
border-color css
<style>
span { border-color: #BCEACF; }
span { border-color: rgb(188,234,207); }
td.TdClassName
{
border-color: #BCEACF;
}
.TagClassName
{
border-color: #BCEACF;
}
</style>