#BAFDD3

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

Shades of Aero Blue #BAFDD3

Tints of Aero Blue #BAFDD3

Color information

#BAFDD3 (or 0xBAFDD3) is unknown color: approx Aero Blue. HEX triplet: BA, FD and D3. RGB value is (186,253,211). Sum of RGB (Red+Green+Blue) = 186+253+211=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD3 is #45022C. Grayscale: #E4E4E4. Windows color (decimal): -4522541 or 13893050. OLE color: 13893050.

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

Color convert

RGB186253211-
CMYK0.2600.170.01
HSL142.39º94.37%86.08%-
HSV(B)142.39º26.48%99.22%-
XYZ67.1385.3974.57-
YUV228.18118.397.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 211 (82.81% from 255) = 32.46%
R=28.62%
G=38.92%
B=32.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532110.2600.170.01142.3994.3786.08
HexBAFDD31A01118e5e56
Octal272375323320211216136126
Binary1011101011111101110100111101001000111000111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDD3; }

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

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

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

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

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

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

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

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