#BCDFCA

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

Shades of Aero Blue #BCDFCA

Tints of Aero Blue #BCDFCA

Color information

#BCDFCA (or 0xBCDFCA) is unknown color: approx Aero Blue. HEX triplet: BC, DF and CA. RGB value is (188,223,202). Sum of RGB (Red+Green+Blue) = 188+223+202=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFCA is #432035. Grayscale: #D2D2D2. Windows color (decimal): -4399158 or 13295548. OLE color: 13295548.

HSL color Cylindrical-coordinate representation of color #BCDFCA: hue angle of 144º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFCA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB188223202-
CMYK0.1600.090.13
HSL144º35.35%80.59%-
HSV(B)144º15.7%87.45%-
XYZ57.7967.7365.9-
YUV210.14123.4112.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=30.67%
G=36.38%
B=32.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882232020.1600.090.1314435.3580.59
HexBCDFCA1009D902351
Octal274337312200111522043121
Binary10111100110111111100101010000010011101100100001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFCA; }

 p { color: rgb(188,223,202); }

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

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

 a { background-color: rgb(188,223,202); }

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

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

 span { border-color: rgb(188,223,202); }

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