#BAFDD9

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

Shades of Aero Blue #BAFDD9

Tints of Aero Blue #BAFDD9

Color information

#BAFDD9 (or 0xBAFDD9) is unknown color: approx Aero Blue. HEX triplet: BA, FD and D9. RGB value is (186,253,217). Sum of RGB (Red+Green+Blue) = 186+253+217=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD9 is #450226. Grayscale: #E4E4E4. Windows color (decimal): -4522535 or 14286266. OLE color: 14286266.

HSL color Cylindrical-coordinate representation of color #BAFDD9: hue angle of 147.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDD9 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB186253217-
CMYK0.2600.140.01
HSL147.76º94.37%86.08%-
HSV(B)147.76º26.48%99.22%-
XYZ67.985.778.61-
YUV228.86121.397.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=28.35%
G=38.57%
B=33.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532170.2600.140.01147.7694.3786.08
HexBAFDD91A0E1945e56
Octal272375331320161224136126
Binary101110101111110111011001110100111011001010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDD9; }

 p { color: rgb(186,253,217); }

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

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

 a { background-color: rgb(186,253,217); }

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

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

 span { border-color: rgb(186,253,217); }

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