#BCFFD4

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

Shades of Aero Blue #BCFFD4

Tints of Aero Blue #BCFFD4

Color information

#BCFFD4 (or 0xBCFFD4) is unknown color: approx Aero Blue. HEX triplet: BC, FF and D4. RGB value is (188,255,212). Sum of RGB (Red+Green+Blue) = 188+255+212=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD4 is #43002B. Grayscale: #E6E6E6. Windows color (decimal): -4390956 or 13959100. OLE color: 13959100.

HSL color Cylindrical-coordinate representation of color #BCFFD4: hue angle of 141.49º 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 #BCFFD4 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB188255212-
CMYK0.2600.170
HSL141.49º100%86.86%-
HSV(B)141.49º26.27%100%-
XYZ68.3886.9675.47-
YUV230.06117.898-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=28.70%
G=38.93%
B=32.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552120.2600.170141.4910086.86
HexBCFFD41A01108d6457
Octal274377324320210215144127
Binary1011110011111111110101001101001000101000110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFD4; }

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

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

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

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

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

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

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

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