#BAF9D1

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

Shades of Aero Blue #BAF9D1

Tints of Aero Blue #BAF9D1

Color information

#BAF9D1 (or 0xBAF9D1) is unknown color: approx Aero Blue. HEX triplet: BA, F9 and D1. RGB value is (186,249,209). Sum of RGB (Red+Green+Blue) = 186+249+209=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9D1 is #45062E. Grayscale: #E1E1E1. Windows color (decimal): -4523567 or 13760954. OLE color: 13760954.

HSL color Cylindrical-coordinate representation of color #BAF9D1: hue angle of 141.9º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9D1 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB186249209-
CMYK0.2500.160.02
HSL141.9º84%85.29%-
HSV(B)141.9º25.3%97.65%-
XYZ65.6382.7972.84-
YUV225.6118.6399.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 249 (97.66% from 255) = 38.66%
BLUE value IS 209 (82.03% from 255) = 32.45%
R=28.88%
G=38.66%
B=32.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862492090.2500.160.02141.98485.29
HexBAF9D11901028e5455
Octal272371321310202216124125
Binary10111010111110011101000111001010000101000111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9D1; }

 p { color: rgb(186,249,209); }

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

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

 a { background-color: rgb(186,249,209); }

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

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

 span { border-color: rgb(186,249,209); }

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