#BDFADA

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

Shades of Aero Blue #BDFADA

Tints of Aero Blue #BDFADA

Color information

#BDFADA (or 0xBDFADA) is unknown color: approx Aero Blue. HEX triplet: BD, FA and DA. RGB value is (189,250,218). Sum of RGB (Red+Green+Blue) = 189+250+218=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFADA is #420525. Grayscale: #E4E4E4. Windows color (decimal): -4326694 or 14351037. OLE color: 14351037.

HSL color Cylindrical-coordinate representation of color #BDFADA: hue angle of 148.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFADA is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB189250218-
CMYK0.2400.130.02
HSL148.52º85.92%86.08%-
HSV(B)148.52º24.4%98.04%-
XYZ67.8384.2579.02-
YUV228.11122.29100.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=28.77%
G=38.05%
B=33.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502180.2400.130.02148.5285.9286.08
HexBDFADA180D2955656
Octal275372332300152225126126
Binary1011110111111010110110101100001101101001010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFADA; }

 p { color: rgb(189,250,218); }

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

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

 a { background-color: rgb(189,250,218); }

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

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

 span { border-color: rgb(189,250,218); }

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