Shades of Aero Blue #BCF3D3
Tints of Aero Blue #BCF3D3
RGB
CMYK
RGB Variations
Color information
#BCF3D3 (or 0xBCF3D3) is known color: Aero Blue. HEX triplet: BC, F3 and D3. RGB value is (188,243,211). Sum of RGB (Red+Green+Blue) = 188+243+211=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3D3 is #430C2C. Grayscale: #DEDEDE. Windows color (decimal): -4394029 or 13890492. OLE color: 13890492.
HSL color Cylindrical-coordinate representation of color #BCF3D3: hue angle of 145.09º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3D3 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 211 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.05 |
| HSL | 145.09º | 0.7% | 0.85% | - |
| HSV(B) | 145.09º | 0.23% | 0.95% | - |
| XYZ | 64.55 | 79.5 | 73.57 | - |
| YUV | 222.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 211 | 0.23 | 0 | 0.13 | 0.05 | 145.09 | 0.7 | 0.85 |
| Hex | BC | F3 | D3 | 17 | 0 | D | 5 | 91 | 46 | 55 |
| Octal | 274 | 363 | 323 | 27 | 0 | 15 | 5 | 221 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11010011 | 10111 | 0 | 1101 | 101 | 10010001 | 1000110 | 1010101 |
Color Harmonies of #BCF3D3
Complementary color
Monochromatic Colors of #BCF3D3
Black with #BCF3D3
Text Example
Text Example
White with #BCF3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3D3; }
p { color: rgb(188,243,211); }
H1.HeaderClassName
{
color: #BCF3D3;
}
.AnyTagClassName
{
color: #BCF3D3;
}
</style>
background-color css
<style>
a { background-color: #BCF3D3; }
a { background-color: rgb(188,243,211); }
div.DivClassName
{
background-color: #BCF3D3;
}
.BgClassName
{
background-color: #BCF3D3;
}
</style>
border-color css
<style>
span { border-color: #BCF3D3; }
span { border-color: rgb(188,243,211); }
td.TdClassName
{
border-color: #BCF3D3;
}
.TagClassName
{
border-color: #BCF3D3;
}
</style>