#BCE4D3

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

Shades of Aero Blue #BCE4D3

Tints of Aero Blue #BCE4D3

Color information

#BCE4D3 (or 0xBCE4D3) is unknown color: approx Aero Blue. HEX triplet: BC, E4 and D3. RGB value is (188,228,211). Sum of RGB (Red+Green+Blue) = 188+228+211=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4D3 is #431B2C. Grayscale: #D6D6D6. Windows color (decimal): -4397869 or 13886652. OLE color: 13886652.

HSL color Cylindrical-coordinate representation of color #BCE4D3: hue angle of 154.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4D3 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB188228211-
CMYK0.1800.070.11
HSL154.5º42.55%81.57%-
HSV(B)154.5º17.54%89.41%-
XYZ60.2470.8872.13-
YUV214.1126.25109.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 228 (89.45% from 255) = 36.36%
BLUE value IS 211 (82.81% from 255) = 33.65%
R=29.98%
G=36.36%
B=33.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882282110.1800.070.11154.542.5581.57
HexBCE4D31207B9a2b52
Octal27434432322071323253122
Binary1011110011100100110100111001001111011100110101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4D3; }

 p { color: rgb(188,228,211); }

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

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

 a { background-color: rgb(188,228,211); }

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

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

 span { border-color: rgb(188,228,211); }

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