#BCFFD5

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

Shades of Aero Blue #BCFFD5

Tints of Aero Blue #BCFFD5

Color information

#BCFFD5 (or 0xBCFFD5) is unknown color: approx Aero Blue. HEX triplet: BC, FF and D5. RGB value is (188,255,213). Sum of RGB (Red+Green+Blue) = 188+255+213=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD5 is #43002A. Grayscale: #E6E6E6. Windows color (decimal): -4390955 or 14024636. OLE color: 14024636.

HSL color Cylindrical-coordinate representation of color #BCFFD5: hue angle of 142.39º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFD5 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB188255213-
CMYK0.2600.160
HSL142.39º100%86.86%-
HSV(B)142.39º26.27%100%-
XYZ68.5187.0276.14-
YUV230.18118.397.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=28.66%
G=38.87%
B=32.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552130.2600.160142.3910086.86
HexBCFFD51A01008e6457
Octal274377325320200216144127
Binary1011110011111111110101011101001000001000111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFD5; }

 p { color: rgb(188,255,213); }

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

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

 a { background-color: rgb(188,255,213); }

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

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

 span { border-color: rgb(188,255,213); }

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