#BDF7DA

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

Shades of Aero Blue #BDF7DA

Tints of Aero Blue #BDF7DA

Color information

#BDF7DA (or 0xBDF7DA) is unknown color: approx Aero Blue. HEX triplet: BD, F7 and DA. RGB value is (189,247,218). Sum of RGB (Red+Green+Blue) = 189+247+218=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7DA is #420825. Grayscale: #E2E2E2. Windows color (decimal): -4327462 or 14350269. OLE color: 14350269.

HSL color Cylindrical-coordinate representation of color #BDF7DA: hue angle of 150º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7DA is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB189247218-
CMYK0.2300.120.03
HSL150º78.38%85.49%-
HSV(B)150º23.48%96.86%-
XYZ66.982.478.71-
YUV226.35123.28101.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 247 (96.88% from 255) = 37.77%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=28.90%
G=37.77%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892472180.2300.120.0315078.3885.49
HexBDF7DA170C3964e55
Octal275367332270143226116125
Binary1011110111110111110110101011101100111001011010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7DA; }

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

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

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

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

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

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

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

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