#BCE7D0

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

Shades of Aero Blue #BCE7D0

Tints of Aero Blue #BCE7D0

Color information

#BCE7D0 (or 0xBCE7D0) is unknown color: approx Aero Blue. HEX triplet: BC, E7 and D0. RGB value is (188,231,208). Sum of RGB (Red+Green+Blue) = 188+231+208=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7D0 is #43182F. Grayscale: #D7D7D7. Windows color (decimal): -4397104 or 13690812. OLE color: 13690812.

HSL color Cylindrical-coordinate representation of color #BCE7D0: hue angle of 147.91º degrees, saturation: 0.47, 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 #BCE7D0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB188231208-
CMYK0.1900.100.09
HSL147.91º47.25%82.16%-
HSV(B)147.91º18.61%90.59%-
XYZ60.772.470.45-
YUV215.52123.75108.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 231 (90.62% from 255) = 36.84%
BLUE value IS 208 (81.64% from 255) = 33.17%
R=29.98%
G=36.84%
B=33.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882312080.1900.100.09147.9147.2582.16
HexBCE7D0130A9942f52
Octal274347320230121122457122
Binary10111100111001111101000010011010101001100101001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7D0; }

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

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

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

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

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

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

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

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