#BEEFD1

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

Shades of Aero Blue #BEEFD1

Tints of Aero Blue #BEEFD1

Color information

#BEEFD1 (or 0xBEEFD1) is unknown color: approx Aero Blue. HEX triplet: BE, EF and D1. RGB value is (190,239,209). Sum of RGB (Red+Green+Blue) = 190+239+209=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFD1 is #41102E. Grayscale: #DDDDDD. Windows color (decimal): -4263983 or 13758398. OLE color: 13758398.

HSL color Cylindrical-coordinate representation of color #BEEFD1: hue angle of 143.27º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFD1 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB190239209-
CMYK0.2100.130.06
HSL143.27º60.49%84.12%-
HSV(B)143.27º20.5%93.73%-
XYZ63.6177.2871.89-
YUV220.93121.27105.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.78%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 209 (82.03% from 255) = 32.76%
R=29.78%
G=37.46%
B=32.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392090.2100.130.06143.2760.4984.12
HexBEEFD1150D68f3c54
Octal27635732125015621774124
Binary1011111011101111110100011010101101110100011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFD1; }

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

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

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

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

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

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

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

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