#BAEBD4

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

Shades of Aero Blue #BAEBD4

Tints of Aero Blue #BAEBD4

Color information

#BAEBD4 (or 0xBAEBD4) is unknown color: approx Aero Blue. HEX triplet: BA, EB and D4. RGB value is (186,235,212). Sum of RGB (Red+Green+Blue) = 186+235+212=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBD4 is #45142B. Grayscale: #D9D9D9. Windows color (decimal): -4527148 or 13953978. OLE color: 13953978.

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

Color convert

RGB186235212-
CMYK0.2100.100.08
HSL151.84º55.06%82.55%-
HSV(B)151.84º20.85%92.16%-
XYZ61.8474.6173.43-
YUV217.73124.77105.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=29.38%
G=37.12%
B=33.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862352120.2100.100.08151.8455.0682.55
HexBAEBD4150A8983753
Octal272353324250121023067123
Binary10111010111010111101010010101010101000100110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBD4; }

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

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

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

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

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

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

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

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