#bce2d3

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

Shades of Aero Blue #BCE2D3

Tints of Aero Blue #BCE2D3

Color information

#BCE2D3 (or 0xBCE2D3) is unknown color: approx Aero Blue. HEX triplet: BC, E2 and D3. RGB value is (188,226,211). Sum of RGB (Red+Green+Blue) = 188+226+211=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2D3 is #431D2C. Grayscale: #D4D4D4. Windows color (decimal): -4398381 or 13886140. OLE color: 13886140.

HSL color Cylindrical-coordinate representation of color #BCE2D3: hue angle of 156.32º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2D3 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB188226211-
CMYK0.1700.070.11
HSL156.32º39.58%81.18%-
HSV(B)156.32º16.81%88.63%-
XYZ59.6969.7971.95-
YUV212.93126.91110.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 226 (88.67% from 255) = 36.16%
BLUE value IS 211 (82.81% from 255) = 33.76%
R=30.08%
G=36.16%
B=33.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882262110.1700.070.11156.3239.5881.18
HexBCE2D31107B9c2851
Octal27434232321071323450121
Binary1011110011100010110100111000101111011100111001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bce2d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bce2d3; }

 p { color: rgb(188,226,211); }

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

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

 a { background-color: rgb(188,226,211); }

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

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

 span { border-color: rgb(188,226,211); }

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