#BCE0CB

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

Shades of Aero Blue #BCE0CB

Tints of Aero Blue #BCE0CB

Color information

#BCE0CB (or 0xBCE0CB) is unknown color: approx Aero Blue. HEX triplet: BC, E0 and CB. RGB value is (188,224,203). Sum of RGB (Red+Green+Blue) = 188+224+203=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0CB is #431F34. Grayscale: #D2D2D2. Windows color (decimal): -4398901 or 13361340. OLE color: 13361340.

HSL color Cylindrical-coordinate representation of color #BCE0CB: hue angle of 145º degrees, saturation: 0.37, 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 #BCE0CB is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB188224203-
CMYK0.1600.090.12
HSL145º36.73%80.78%-
HSV(B)145º16.07%87.84%-
XYZ58.1768.3166.62-
YUV210.84123.57111.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=30.57%
G=36.42%
B=33.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882242030.1600.090.1214536.7380.78
HexBCE0CB1009C912551
Octal274340313200111422145121
Binary10111100111000001100101110000010011100100100011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0CB; }

 p { color: rgb(188,224,203); }

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

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

 a { background-color: rgb(188,224,203); }

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

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

 span { border-color: rgb(188,224,203); }

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