Shades of Aero Blue #BCF1D7
Tints of Aero Blue #BCF1D7
RGB
CMYK
RGB Variations
Color information
#BCF1D7 (or 0xBCF1D7) is known color: Aero Blue. HEX triplet: BC, F1 and D7. RGB value is (188,241,215). Sum of RGB (Red+Green+Blue) = 188+241+215=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1D7 is #430E28. Grayscale: #DEDEDE. Windows color (decimal): -4394537 or 14152124. OLE color: 14152124.
HSL color Cylindrical-coordinate representation of color #BCF1D7: hue angle of 150.57º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1D7 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 215 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.05 |
| HSL | 150.57º | 0.65% | 0.84% | - |
| HSV(B) | 150.57º | 0.22% | 0.95% | - |
| XYZ | 64.46 | 78.51 | 76.05 | - |
| YUV | 222.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 215 | 0.22 | 0 | 0.11 | 0.05 | 150.57 | 0.65 | 0.84 |
| Hex | BC | F1 | D7 | 16 | 0 | B | 5 | 97 | 41 | 54 |
| Octal | 274 | 361 | 327 | 26 | 0 | 13 | 5 | 227 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11010111 | 10110 | 0 | 1011 | 101 | 10010111 | 1000001 | 1010100 |
Color Harmonies of #BCF1D7
Complementary color
Monochromatic Colors of #BCF1D7
Black with #BCF1D7
Text Example
Text Example
White with #BCF1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1D7; }
p { color: rgb(188,241,215); }
H1.HeaderClassName
{
color: #BCF1D7;
}
.AnyTagClassName
{
color: #BCF1D7;
}
</style>
background-color css
<style>
a { background-color: #BCF1D7; }
a { background-color: rgb(188,241,215); }
div.DivClassName
{
background-color: #BCF1D7;
}
.BgClassName
{
background-color: #BCF1D7;
}
</style>
border-color css
<style>
span { border-color: #BCF1D7; }
span { border-color: rgb(188,241,215); }
td.TdClassName
{
border-color: #BCF1D7;
}
.TagClassName
{
border-color: #BCF1D7;
}
</style>