#BEEBD5

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

Shades of Aero Blue #BEEBD5

Tints of Aero Blue #BEEBD5

Color information

#BEEBD5 (or 0xBEEBD5) is unknown color: approx Aero Blue. HEX triplet: BE, EB and D5. RGB value is (190,235,213). Sum of RGB (Red+Green+Blue) = 190+235+213=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBD5 is #41142A. Grayscale: #DBDBDB. Windows color (decimal): -4265003 or 14019518. OLE color: 14019518.

HSL color Cylindrical-coordinate representation of color #BEEBD5: hue angle of 150.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBD5 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB190235213-
CMYK0.1900.090.08
HSL150.67º52.94%83.33%-
HSV(B)150.67º19.15%92.16%-
XYZ62.9575.1774.14-
YUV219.04124.59107.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.78%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=29.78%
G=36.83%
B=33.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352130.1900.090.08150.6752.9483.33
HexBEEBD513098973553
Octal276353325230111022765123
Binary10111110111010111101010110011010011000100101111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBD5; }

 p { color: rgb(190,235,213); }

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

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

 a { background-color: rgb(190,235,213); }

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

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

 span { border-color: rgb(190,235,213); }

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