#BDF2DA

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

Shades of Aero Blue #BDF2DA

Tints of Aero Blue #BDF2DA

Color information

#BDF2DA (or 0xBDF2DA) is unknown color: approx Aero Blue. HEX triplet: BD, F2 and DA. RGB value is (189,242,218). Sum of RGB (Red+Green+Blue) = 189+242+218=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2DA is #420D25. Grayscale: #DFDFDF. Windows color (decimal): -4328742 or 14348989. OLE color: 14348989.

HSL color Cylindrical-coordinate representation of color #BDF2DA: hue angle of 152.83º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2DA is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB189242218-
CMYK0.2200.100.05
HSL152.83º67.09%84.51%-
HSV(B)152.83º21.9%94.9%-
XYZ65.3979.3978.21-
YUV223.42124.94103.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 242 (94.92% from 255) = 37.29%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=29.12%
G=37.29%
B=33.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892422180.2200.100.05152.8367.0984.51
HexBDF2DA160A5994355
Octal275362332260125231103125
Binary10111101111100101101101010110010101011001100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2DA; }

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

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

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

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

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

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

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

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