#BAEBD6

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

Shades of Aero Blue #BAEBD6

Tints of Aero Blue #BAEBD6

Color information

#BAEBD6 (or 0xBAEBD6) is unknown color: approx Aero Blue. HEX triplet: BA, EB and D6. RGB value is (186,235,214). Sum of RGB (Red+Green+Blue) = 186+235+214=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBD6 is #451429. Grayscale: #D9D9D9. Windows color (decimal): -4527146 or 14085050. OLE color: 14085050.

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

Color convert

RGB186235214-
CMYK0.2100.090.08
HSL154.29º55.06%82.55%-
HSV(B)154.29º20.85%92.16%-
XYZ62.174.7174.77-
YUV217.96125.77105.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=29.29%
G=37.01%
B=33.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862352140.2100.090.08154.2955.0682.55
HexBAEBD6150989a3753
Octal272353326250111023267123
Binary10111010111010111101011010101010011000100110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBD6; }

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

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

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

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

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

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

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

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