#BAFDD7

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

Shades of Aero Blue #BAFDD7

Tints of Aero Blue #BAFDD7

Color information

#BAFDD7 (or 0xBAFDD7) is unknown color: approx Aero Blue. HEX triplet: BA, FD and D7. RGB value is (186,253,215). Sum of RGB (Red+Green+Blue) = 186+253+215=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD7 is #450228. Grayscale: #E4E4E4. Windows color (decimal): -4522537 or 14155194. OLE color: 14155194.

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

Color convert

RGB186253215-
CMYK0.2600.150.01
HSL145.97º94.37%86.08%-
HSV(B)145.97º26.48%99.22%-
XYZ67.6485.677.25-
YUV228.64120.397.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 253 (99.22% from 255) = 38.69%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=28.44%
G=38.69%
B=32.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532150.2600.150.01145.9794.3786.08
HexBAFDD71A0F1925e56
Octal272375327320171222136126
Binary101110101111110111010111110100111111001001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDD7; }

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

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

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

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

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

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

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

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