#BCFDDE

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

Shades of Aero Blue #BCFDDE

Tints of Aero Blue #BCFDDE

Color information

#BCFDDE (or 0xBCFDDE) is unknown color: approx Aero Blue. HEX triplet: BC, FD and DE. RGB value is (188,253,222). Sum of RGB (Red+Green+Blue) = 188+253+222=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDDE is #430221. Grayscale: #E6E6E6. Windows color (decimal): -4391458 or 14613948. OLE color: 14613948.

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

Color convert

RGB188253222-
CMYK0.2600.120.01
HSL151.38º94.2%86.47%-
HSV(B)151.38º25.69%99.22%-
XYZ69.0586.2282.11-
YUV230.03123.4798.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.36%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=28.36%
G=38.16%
B=33.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532220.2600.120.01151.3894.286.47
HexBCFDDE1A0C1975e56
Octal274375336320141227136126
Binary101111001111110111011110110100110011001011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDDE; }

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

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

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

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

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

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

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

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