#BDF1DA

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

Shades of Aero Blue #BDF1DA

Tints of Aero Blue #BDF1DA

Color information

#BDF1DA (or 0xBDF1DA) is unknown color: approx Aero Blue. HEX triplet: BD, F1 and DA. RGB value is (189,241,218). Sum of RGB (Red+Green+Blue) = 189+241+218=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1DA is #420E25. Grayscale: #DEDEDE. Windows color (decimal): -4328998 or 14348733. OLE color: 14348733.

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

Color convert

RGB189241218-
CMYK0.2200.100.05
HSL153.46º65%84.31%-
HSV(B)153.46º21.58%94.51%-
XYZ65.178.7978.11-
YUV222.83125.27103.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.17%
GREEN value IS 241 (94.53% from 255) = 37.19%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=29.17%
G=37.19%
B=33.64%

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
Decimal1892412180.2200.100.05153.466584.31
HexBDF1DA160A5994154
Octal275361332260125231101124
Binary10111101111100011101101010110010101011001100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1DA; }

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

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

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

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

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

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

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

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