#BCFDD3

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

Shades of Aero Blue #BCFDD3

Tints of Aero Blue #BCFDD3

Color information

#BCFDD3 (or 0xBCFDD3) is unknown color: approx Aero Blue. HEX triplet: BC, FD and D3. RGB value is (188,253,211). Sum of RGB (Red+Green+Blue) = 188+253+211=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD3 is #43022C. Grayscale: #E4E4E4. Windows color (decimal): -4391469 or 13893052. OLE color: 13893052.

HSL color Cylindrical-coordinate representation of color #BCFDD3: hue angle of 141.23º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDD3 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB188253211-
CMYK0.2600.170.01
HSL141.23º94.2%86.47%-
HSV(B)141.23º25.69%99.22%-
XYZ67.6285.6574.6-
YUV228.78117.9798.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.83%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=28.83%
G=38.80%
B=32.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532110.2600.170.01141.2394.286.47
HexBCFDD31A01118d5e56
Octal274375323320211215136126
Binary1011110011111101110100111101001000111000110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDD3; }

 p { color: rgb(188,253,211); }

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

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

 a { background-color: rgb(188,253,211); }

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

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

 span { border-color: rgb(188,253,211); }

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