#BCE1D0

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

Shades of Aero Blue #BCE1D0

Tints of Aero Blue #BCE1D0

Color information

#BCE1D0 (or 0xBCE1D0) is unknown color: approx Aero Blue. HEX triplet: BC, E1 and D0. RGB value is (188,225,208). Sum of RGB (Red+Green+Blue) = 188+225+208=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1D0 is #431E2F. Grayscale: #D4D4D4. Windows color (decimal): -4398640 or 13689276. OLE color: 13689276.

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

Color convert

RGB188225208-
CMYK0.1600.080.12
HSL152.43º38.14%80.98%-
HSV(B)152.43º16.44%88.24%-
XYZ59.0569.169.9-
YUV212125.74110.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 208 (81.64% from 255) = 33.49%
R=30.27%
G=36.23%
B=33.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882252080.1600.080.12152.4338.1480.98
HexBCE1D01008C982651
Octal274341320200101423046121
Binary10111100111000011101000010000010001100100110001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1D0; }

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

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

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

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

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

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

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

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