#BDF1D4

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

Shades of Aero Blue #BDF1D4

Tints of Aero Blue #BDF1D4

Color information

#BDF1D4 (or 0xBDF1D4) is unknown color: approx Aero Blue. HEX triplet: BD, F1 and D4. RGB value is (189,241,212). Sum of RGB (Red+Green+Blue) = 189+241+212=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1D4 is #420E2B. Grayscale: #DEDEDE. Windows color (decimal): -4329004 or 13955517. OLE color: 13955517.

HSL color Cylindrical-coordinate representation of color #BDF1D4: hue angle of 146.54º 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 #BDF1D4 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB189241212-
CMYK0.2200.120.05
HSL146.54º65%84.31%-
HSV(B)146.54º21.58%94.51%-
XYZ64.3378.4874.05-
YUV222.15122.27104.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 212 (83.20% from 255) = 33.02%
R=29.44%
G=37.54%
B=33.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412120.2200.120.05146.546584.31
HexBDF1D4160C5934154
Octal275361324260145223101124
Binary10111101111100011101010010110011001011001001110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1D4; }

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

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

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

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

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

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

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

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