#BCE5D1

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

Shades of Aero Blue #BCE5D1

Tints of Aero Blue #BCE5D1

Color information

#BCE5D1 (or 0xBCE5D1) is unknown color: approx Aero Blue. HEX triplet: BC, E5 and D1. RGB value is (188,229,209). Sum of RGB (Red+Green+Blue) = 188+229+209=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5D1 is #431A2E. Grayscale: #D6D6D6. Windows color (decimal): -4397615 or 13755836. OLE color: 13755836.

HSL color Cylindrical-coordinate representation of color #BCE5D1: hue angle of 150.73º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5D1 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB188229209-
CMYK0.1800.090.10
HSL150.73º44.09%81.76%-
HSV(B)150.73º17.9%89.8%-
XYZ60.2771.3370.91-
YUV214.46124.92109.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 229 (89.84% from 255) = 36.58%
BLUE value IS 209 (82.03% from 255) = 33.39%
R=30.03%
G=36.58%
B=33.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882292090.1800.090.10150.7344.0981.76
HexBCE5D11209A972c52
Octal274345321220111222754122
Binary10111100111001011101000110010010011010100101111011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5D1; }

 p { color: rgb(188,229,209); }

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

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

 a { background-color: rgb(188,229,209); }

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

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

 span { border-color: rgb(188,229,209); }

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