#BEEED1

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

Shades of Aero Blue #BEEED1

Tints of Aero Blue #BEEED1

Color information

#BEEED1 (or 0xBEEED1) is unknown color: approx Aero Blue. HEX triplet: BE, EE and D1. RGB value is (190,238,209). Sum of RGB (Red+Green+Blue) = 190+238+209=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEED1 is #41112E. Grayscale: #DCDCDC. Windows color (decimal): -4264239 or 13758142. OLE color: 13758142.

HSL color Cylindrical-coordinate representation of color #BEEED1: hue angle of 143.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEED1 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB190238209-
CMYK0.2000.120.07
HSL143.75º58.54%83.92%-
HSV(B)143.75º20.17%93.33%-
XYZ63.3276.771.79-
YUV220.34121.6106.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 238 (93.36% from 255) = 37.36%
BLUE value IS 209 (82.03% from 255) = 32.81%
R=29.83%
G=37.36%
B=32.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382090.2000.120.07143.7558.5483.92
HexBEEED1140C7903b54
Octal27635632124014722073124
Binary1011111011101110110100011010001100111100100001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEED1; }

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

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

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

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

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

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

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

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