#BAF3D2

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

Shades of Aero Blue #BAF3D2

Tints of Aero Blue #BAF3D2

Color information

#BAF3D2 (or 0xBAF3D2) is unknown color: approx Aero Blue. HEX triplet: BA, F3 and D2. RGB value is (186,243,210). Sum of RGB (Red+Green+Blue) = 186+243+210=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3D2 is #450C2D. Grayscale: #DEDEDE. Windows color (decimal): -4525102 or 13824954. OLE color: 13824954.

HSL color Cylindrical-coordinate representation of color #BAF3D2: hue angle of 145.26º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF3D2 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB186243210-
CMYK0.2300.140.05
HSL145.26º70.37%84.12%-
HSV(B)145.26º23.46%95.29%-
XYZ63.9379.1972.89-
YUV222.2121.12102.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 243 (95.31% from 255) = 38.03%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=29.11%
G=38.03%
B=32.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862432100.2300.140.05145.2670.3784.12
HexBAF3D2170E5914654
Octal272363322270165221106124
Binary10111010111100111101001010111011101011001000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3D2; }

 p { color: rgb(186,243,210); }

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

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

 a { background-color: rgb(186,243,210); }

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

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

 span { border-color: rgb(186,243,210); }

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