#baffd4

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

Shades of Aero Blue #BAFFD4

Tints of Aero Blue #BAFFD4

Color information

#BAFFD4 (or 0xBAFFD4) is unknown color: approx Aero Blue. HEX triplet: BA, FF and D4. RGB value is (186,255,212). Sum of RGB (Red+Green+Blue) = 186+255+212=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFD4 is #45002B. Grayscale: #E5E5E5. Windows color (decimal): -4522028 or 13959098. OLE color: 13959098.

HSL color Cylindrical-coordinate representation of color #BAFFD4: hue angle of 142.61º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFD4 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB186255212-
CMYK0.2700.170
HSL142.61º100%86.47%-
HSV(B)142.61º27.06%100%-
XYZ67.8986.7175.45-
YUV229.47118.1497-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.48%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 212 (83.20% from 255) = 32.47%
R=28.48%
G=39.05%
B=32.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552120.2700.170142.6110086.47
HexBAFFD41B01108f6456
Octal272377324330210217144126
Binary1011101011111111110101001101101000101000111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baffd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baffd4; }

 p { color: rgb(186,255,212); }

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

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

 a { background-color: rgb(186,255,212); }

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

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

 span { border-color: rgb(186,255,212); }

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