#BEEBD4

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

Shades of Aero Blue #BEEBD4

Tints of Aero Blue #BEEBD4

Color information

#BEEBD4 (or 0xBEEBD4) is unknown color: approx Aero Blue. HEX triplet: BE, EB and D4. RGB value is (190,235,212). Sum of RGB (Red+Green+Blue) = 190+235+212=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBD4 is #41142B. Grayscale: #DADADA. Windows color (decimal): -4265004 or 13953982. OLE color: 13953982.

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

Color convert

RGB190235212-
CMYK0.1900.100.08
HSL149.33º52.94%83.33%-
HSV(B)149.33º19.15%92.16%-
XYZ62.8375.1273.48-
YUV218.92124.09107.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=29.83%
G=36.89%
B=33.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352120.1900.100.08149.3352.9483.33
HexBEEBD4130A8953553
Octal276353324230121022565123
Binary10111110111010111101010010011010101000100101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBD4; }

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

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

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

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

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

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

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

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