#BEECD1

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

Shades of Aero Blue #BEECD1

Tints of Aero Blue #BEECD1

Color information

#BEECD1 (or 0xBEECD1) is unknown color: approx Aero Blue. HEX triplet: BE, EC and D1. RGB value is (190,236,209). Sum of RGB (Red+Green+Blue) = 190+236+209=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECD1 is #41132E. Grayscale: #DBDBDB. Windows color (decimal): -4264751 or 13757630. OLE color: 13757630.

HSL color Cylindrical-coordinate representation of color #BEECD1: hue angle of 144.78º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECD1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB190236209-
CMYK0.1900.110.07
HSL144.78º54.76%83.53%-
HSV(B)144.78º19.49%92.55%-
XYZ62.7475.5471.6-
YUV219.17122.26107.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=29.92%
G=37.17%
B=32.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902362090.1900.110.07144.7854.7683.53
HexBEECD1130B7913754
Octal27635432123013722167124
Binary1011111011101100110100011001101011111100100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECD1; }

 p { color: rgb(190,236,209); }

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

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

 a { background-color: rgb(190,236,209); }

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

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

 span { border-color: rgb(190,236,209); }

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