#BDFAD5

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

Shades of Aero Blue #BDFAD5

Tints of Aero Blue #BDFAD5

Color information

#BDFAD5 (or 0xBDFAD5) is unknown color: approx Aero Blue. HEX triplet: BD, FA and D5. RGB value is (189,250,213). Sum of RGB (Red+Green+Blue) = 189+250+213=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAD5 is #42052A. Grayscale: #E3E3E3. Windows color (decimal): -4326699 or 14023357. OLE color: 14023357.

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

Color convert

RGB189250213-
CMYK0.2400.150.02
HSL143.61º85.92%86.08%-
HSV(B)143.61º24.4%98.04%-
XYZ67.1883.9975.62-
YUV227.54119.79100.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=28.99%
G=38.34%
B=32.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502130.2400.150.02143.6185.9286.08
HexBDFAD5180F2905656
Octal275372325300172220126126
Binary1011110111111010110101011100001111101001000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAD5; }

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

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

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

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

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

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

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

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