#BCF7D7

Color #BCF7D7 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BCF7D7

Tints of Aero Blue #BCF7D7

Color information

#BCF7D7 (or 0xBCF7D7) is unknown color: approx Aero Blue. HEX triplet: BC, F7 and D7. RGB value is (188,247,215). Sum of RGB (Red+Green+Blue) = 188+247+215=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7D7 is #430828. Grayscale: #E1E1E1. Windows color (decimal): -4393001 or 14153660. OLE color: 14153660.

HSL color Cylindrical-coordinate representation of color #BCF7D7: hue angle of 147.46º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF7D7 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB188247215-
CMYK0.2400.130.03
HSL147.46º78.67%85.29%-
HSV(B)147.46º23.89%96.86%-
XYZ66.2782.1276.65-
YUV225.71121.95101.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 247 (96.88% from 255) = 38%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=28.92%
G=38%
B=33.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882472150.2400.130.03147.4678.6785.29
HexBCF7D7180D3934f55
Octal274367327300153223117125
Binary1011110011110111110101111100001101111001001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7D7; }

 p { color: rgb(188,247,215); }

 H1.HeaderClassName
 {
   color: #BCF7D7;
 }
 .AnyTagClassName
 {
   color: #BCF7D7;
 }
</style>
background-color css

<style>
 a { background-color: #BCF7D7; }

 a { background-color: rgb(188,247,215); }

 div.DivClassName
 {
   background-color: #BCF7D7;
 }
 .BgClassName
 {
   background-color: #BCF7D7;
 }
</style>
border-color css

<style>
 span { border-color: #BCF7D7; }

 span { border-color: rgb(188,247,215); }

 td.TdClassName
 {
   border-color: #BCF7D7;
 }
 .TagClassName
 {
   border-color: #BCF7D7;
 }
</style>