#BAEBD2

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

Shades of Aero Blue #BAEBD2

Tints of Aero Blue #BAEBD2

Color information

#BAEBD2 (or 0xBAEBD2) is unknown color: approx Aero Blue. HEX triplet: BA, EB and D2. RGB value is (186,235,210). Sum of RGB (Red+Green+Blue) = 186+235+210=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBD2 is #45142D. Grayscale: #D9D9D9. Windows color (decimal): -4527150 or 13822906. OLE color: 13822906.

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

Color convert

RGB186235210-
CMYK0.2100.110.08
HSL149.39º55.06%82.55%-
HSV(B)149.39º20.85%92.16%-
XYZ61.5974.5172.11-
YUV217.5123.77105.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.48%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 210 (82.42% from 255) = 33.28%
R=29.48%
G=37.24%
B=33.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862352100.2100.110.08149.3955.0682.55
HexBAEBD2150B8953753
Octal272353322250131022567123
Binary10111010111010111101001010101010111000100101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBD2; }

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

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

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

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

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

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

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

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