#BCE1D2

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

Shades of Aero Blue #BCE1D2

Tints of Aero Blue #BCE1D2

Color information

#BCE1D2 (or 0xBCE1D2) is unknown color: approx Aero Blue. HEX triplet: BC, E1 and D2. RGB value is (188,225,210). Sum of RGB (Red+Green+Blue) = 188+225+210=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1D2 is #431E2D. Grayscale: #D4D4D4. Windows color (decimal): -4398638 or 13820348. OLE color: 13820348.

HSL color Cylindrical-coordinate representation of color #BCE1D2: hue angle of 155.68º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1D2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB188225210-
CMYK0.1600.070.12
HSL155.68º38.14%80.98%-
HSV(B)155.68º16.44%88.24%-
XYZ59.369.1971.2-
YUV212.23126.74110.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 210 (82.42% from 255) = 33.71%
R=30.18%
G=36.12%
B=33.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882252100.1600.070.12155.6838.1480.98
HexBCE1D21007C9c2651
Octal27434132220071423446121
Binary1011110011100001110100101000001111100100111001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1D2; }

 p { color: rgb(188,225,210); }

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

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

 a { background-color: rgb(188,225,210); }

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

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

 span { border-color: rgb(188,225,210); }

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