Shades of Aero Blue #BBEACF
Tints of Aero Blue #BBEACF
RGB
CMYK
RGB Variations
Color information
#BBEACF (or 0xBBEACF) is known color: Aero Blue. HEX triplet: BB, EA and CF. RGB value is (187,234,207). Sum of RGB (Red+Green+Blue) = 187+234+207=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEACF is #441530. Grayscale: #D8D8D8. Windows color (decimal): -4461873 or 13626043. OLE color: 13626043.
HSL color Cylindrical-coordinate representation of color #BBEACF: hue angle of 145.53º degrees, saturation: 0.53, 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 #BBEACF is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 207 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.08 |
| HSL | 145.53º | 0.53% | 0.83% | - |
| HSV(B) | 145.53º | 0.2% | 0.92% | - |
| XYZ | 61.18 | 73.92 | 70.07 | - |
| YUV | 216.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 207 | 0.20 | 0 | 0.12 | 0.08 | 145.53 | 0.53 | 0.83 |
| Hex | BB | EA | CF | 14 | 0 | C | 8 | 92 | 35 | 53 |
| Octal | 273 | 352 | 317 | 24 | 0 | 14 | 10 | 222 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11001111 | 10100 | 0 | 1100 | 1000 | 10010010 | 110101 | 1010011 |
Color Harmonies of #BBEACF
Complementary color
Monochromatic Colors of #BBEACF
Black with #BBEACF
Text Example
Text Example
White with #BBEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEACF; }
p { color: rgb(187,234,207); }
H1.HeaderClassName
{
color: #BBEACF;
}
.AnyTagClassName
{
color: #BBEACF;
}
</style>
background-color css
<style>
a { background-color: #BBEACF; }
a { background-color: rgb(187,234,207); }
div.DivClassName
{
background-color: #BBEACF;
}
.BgClassName
{
background-color: #BBEACF;
}
</style>
border-color css
<style>
span { border-color: #BBEACF; }
span { border-color: rgb(187,234,207); }
td.TdClassName
{
border-color: #BBEACF;
}
.TagClassName
{
border-color: #BBEACF;
}
</style>