#BAFDD5

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

Shades of Aero Blue #BAFDD5

Tints of Aero Blue #BAFDD5

Color information

#BAFDD5 (or 0xBAFDD5) is unknown color: approx Aero Blue. HEX triplet: BA, FD and D5. RGB value is (186,253,213). Sum of RGB (Red+Green+Blue) = 186+253+213=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD5 is #45022A. Grayscale: #E4E4E4. Windows color (decimal): -4522539 or 14024122. OLE color: 14024122.

HSL color Cylindrical-coordinate representation of color #BAFDD5: hue angle of 144.18º 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 #BAFDD5 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB186253213-
CMYK0.2600.160.01
HSL144.18º94.37%86.08%-
HSV(B)144.18º26.48%99.22%-
XYZ67.3985.4975.9-
YUV228.41119.397.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=28.53%
G=38.80%
B=32.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532130.2600.160.01144.1894.3786.08
HexBAFDD51A0101905e56
Octal272375325320201220136126
Binary1011101011111101110101011101001000011001000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDD5; }

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

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

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

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

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

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

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

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