#BCFFDC

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

Shades of Aero Blue #BCFFDC

Tints of Aero Blue #BCFFDC

Color information

#BCFFDC (or 0xBCFFDC) is unknown color: approx Aero Blue. HEX triplet: BC, FF and DC. RGB value is (188,255,220). Sum of RGB (Red+Green+Blue) = 188+255+220=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFDC is #430023. Grayscale: #E7E7E7. Windows color (decimal): -4390948 or 14483388. OLE color: 14483388.

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

Color convert

RGB188255220-
CMYK0.2600.140
HSL148.66º100%86.86%-
HSV(B)148.66º26.27%100%-
XYZ69.4287.3880.92-
YUV230.98121.897.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.36%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=28.36%
G=38.46%
B=33.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552200.2600.140148.6610086.86
HexBCFFDC1A0E0956457
Octal274377334320160225144127
Binary101111001111111111011100110100111001001010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFDC; }

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

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

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

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

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

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

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

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