#BCE8CD

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

Shades of Aero Blue #BCE8CD

Tints of Aero Blue #BCE8CD

Color information

#BCE8CD (or 0xBCE8CD) is unknown color: approx Aero Blue. HEX triplet: BC, E8 and CD. RGB value is (188,232,205). Sum of RGB (Red+Green+Blue) = 188+232+205=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8CD is #431732. Grayscale: #D7D7D7. Windows color (decimal): -4396851 or 13494460. OLE color: 13494460.

HSL color Cylindrical-coordinate representation of color #BCE8CD: hue angle of 143.18º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE8CD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB188232205-
CMYK0.1900.120.09
HSL143.18º48.89%82.35%-
HSV(B)143.18º18.97%90.98%-
XYZ60.6272.8168.62-
YUV215.77121.92108.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 232 (91.02% from 255) = 37.12%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=30.08%
G=37.12%
B=32.8%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882322050.1900.120.09143.1848.8982.35
HexBCE8CD130C98f3152
Octal274350315230141121761122
Binary10111100111010001100110110011011001001100011111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8CD; }

 p { color: rgb(188,232,205); }

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

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

 a { background-color: rgb(188,232,205); }

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

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

 span { border-color: rgb(188,232,205); }

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