#BCE1CB

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

Shades of Aero Blue #BCE1CB

Tints of Aero Blue #BCE1CB

Color information

#BCE1CB (or 0xBCE1CB) is unknown color: approx Aero Blue. HEX triplet: BC, E1 and CB. RGB value is (188,225,203). Sum of RGB (Red+Green+Blue) = 188+225+203=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1CB is #431E34. Grayscale: #D3D3D3. Windows color (decimal): -4398645 or 13361596. OLE color: 13361596.

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

Color convert

RGB188225203-
CMYK0.1600.100.12
HSL144.32º38.14%80.98%-
HSV(B)144.32º16.44%88.24%-
XYZ58.4468.8566.71-
YUV211.43123.24111.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 225 (88.28% from 255) = 36.53%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=30.52%
G=36.53%
B=32.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882252030.1600.100.12144.3238.1480.98
HexBCE1CB100AC902651
Octal274341313200121422046121
Binary10111100111000011100101110000010101100100100001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1CB; }

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

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

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

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

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

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

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

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