#BCEDDA

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

Shades of Aero Blue #BCEDDA

Tints of Aero Blue #BCEDDA

Color information

#BCEDDA (or 0xBCEDDA) is unknown color: approx Aero Blue. HEX triplet: BC, ED and DA. RGB value is (188,237,218). Sum of RGB (Red+Green+Blue) = 188+237+218=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDDA is #431225. Grayscale: #DCDCDC. Windows color (decimal): -4395558 or 14347708. OLE color: 14347708.

HSL color Cylindrical-coordinate representation of color #BCEDDA: hue angle of 156.73º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDDA is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB188237218-
CMYK0.2100.080.07
HSL156.73º57.65%83.33%-
HSV(B)156.73º20.68%92.94%-
XYZ63.6876.3277.71-
YUV220.18126.77105.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=29.24%
G=36.86%
B=33.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882372180.2100.080.07156.7357.6583.33
HexBCEDDA150879d3a53
Octal27435533225010723572123
Binary1011110011101101110110101010101000111100111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDDA; }

 p { color: rgb(188,237,218); }

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

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

 a { background-color: rgb(188,237,218); }

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

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

 span { border-color: rgb(188,237,218); }

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