#BAFDD6

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

Shades of Aero Blue #BAFDD6

Tints of Aero Blue #BAFDD6

Color information

#BAFDD6 (or 0xBAFDD6) is unknown color: approx Aero Blue. HEX triplet: BA, FD and D6. RGB value is (186,253,214). Sum of RGB (Red+Green+Blue) = 186+253+214=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD6 is #450229. Grayscale: #E4E4E4. Windows color (decimal): -4522538 or 14089658. OLE color: 14089658.

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

Color convert

RGB186253214-
CMYK0.2600.150.01
HSL145.07º94.37%86.08%-
HSV(B)145.07º26.48%99.22%-
XYZ67.5185.5476.57-
YUV228.52119.897.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.48%
GREEN value IS 253 (99.22% from 255) = 38.74%
BLUE value IS 214 (83.98% from 255) = 32.77%
R=28.48%
G=38.74%
B=32.77%

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
Decimal1862532140.2600.150.01145.0794.3786.08
HexBAFDD61A0F1915e56
Octal272375326320171221136126
Binary101110101111110111010110110100111111001000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDD6; }

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

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

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

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

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

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

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

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