#BDF4DC

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

Shades of Aero Blue #BDF4DC

Tints of Aero Blue #BDF4DC

Color information

#BDF4DC (or 0xBDF4DC) is unknown color: approx Aero Blue. HEX triplet: BD, F4 and DC. RGB value is (189,244,220). Sum of RGB (Red+Green+Blue) = 189+244+220=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4DC is #420B23. Grayscale: #E0E0E0. Windows color (decimal): -4328228 or 14480573. OLE color: 14480573.

HSL color Cylindrical-coordinate representation of color #BDF4DC: hue angle of 153.82º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4DC is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB189244220-
CMYK0.2300.100.04
HSL153.82º71.43%84.9%-
HSV(B)153.82º22.54%95.69%-
XYZ66.2680.6979.79-
YUV224.82125.28102.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 244 (95.70% from 255) = 37.37%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=28.94%
G=37.37%
B=33.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892442200.2300.100.04153.8271.4384.9
HexBDF4DC170A49a4755
Octal275364334270124232107125
Binary10111101111101001101110010111010101001001101010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF4DC; }

 p { color: rgb(189,244,220); }

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

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

 a { background-color: rgb(189,244,220); }

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

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

 span { border-color: rgb(189,244,220); }

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