#BCFAD2

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

Shades of Aero Blue #BCFAD2

Tints of Aero Blue #BCFAD2

Color information

#BCFAD2 (or 0xBCFAD2) is unknown color: approx Aero Blue. HEX triplet: BC, FA and D2. RGB value is (188,250,210). Sum of RGB (Red+Green+Blue) = 188+250+210=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAD2 is #43052D. Grayscale: #E3E3E3. Windows color (decimal): -4392238 or 13826748. OLE color: 13826748.

HSL color Cylindrical-coordinate representation of color #BCFAD2: hue angle of 141.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAD2 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB188250210-
CMYK0.2500.160.02
HSL141.29º86.11%85.88%-
HSV(B)141.29º24.8%98.04%-
XYZ66.5683.7273.62-
YUV226.9118.46100.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 210 (82.42% from 255) = 32.41%
R=29.01%
G=38.58%
B=32.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882502100.2500.160.02141.2986.1185.88
HexBCFAD21901028d5656
Octal274372322310202215126126
Binary10111100111110101101001011001010000101000110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAD2; }

 p { color: rgb(188,250,210); }

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

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

 a { background-color: rgb(188,250,210); }

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

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

 span { border-color: rgb(188,250,210); }

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