#BEEBD2

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

Shades of Aero Blue #BEEBD2

Tints of Aero Blue #BEEBD2

Color information

#BEEBD2 (or 0xBEEBD2) is unknown color: approx Aero Blue. HEX triplet: BE, EB and D2. RGB value is (190,235,210). Sum of RGB (Red+Green+Blue) = 190+235+210=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBD2 is #41142D. Grayscale: #DADADA. Windows color (decimal): -4265006 or 13822910. OLE color: 13822910.

HSL color Cylindrical-coordinate representation of color #BEEBD2: hue angle of 146.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 #BEEBD2 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB190235210-
CMYK0.1900.110.08
HSL146.67º52.94%83.33%-
HSV(B)146.67º19.15%92.16%-
XYZ62.5875.0272.15-
YUV218.7123.09107.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=29.92%
G=37.01%
B=33.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352100.1900.110.08146.6752.9483.33
HexBEEBD2130B8933553
Octal276353322230131022365123
Binary10111110111010111101001010011010111000100100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBD2; }

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

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

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

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

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

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

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

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