#BCFDD6

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

Shades of Aero Blue #BCFDD6

Tints of Aero Blue #BCFDD6

Color information

#BCFDD6 (or 0xBCFDD6) is unknown color: approx Aero Blue. HEX triplet: BC, FD and D6. RGB value is (188,253,214). Sum of RGB (Red+Green+Blue) = 188+253+214=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD6 is #430229. Grayscale: #E5E5E5. Windows color (decimal): -4391466 or 14089660. OLE color: 14089660.

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

Color convert

RGB188253214-
CMYK0.2600.150.01
HSL144º94.2%86.47%-
HSV(B)144º25.69%99.22%-
XYZ6885.876.59-
YUV229.12119.4798.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=28.70%
G=38.63%
B=32.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532140.2600.150.0114494.286.47
HexBCFDD61A0F1905e56
Octal274375326320171220136126
Binary101111001111110111010110110100111111001000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDD6; }

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

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

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

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

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

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

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

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