#BDF7DD

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

Shades of Aero Blue #BDF7DD

Tints of Aero Blue #BDF7DD

Color information

#BDF7DD (or 0xBDF7DD) is unknown color: approx Aero Blue. HEX triplet: BD, F7 and DD. RGB value is (189,247,221). Sum of RGB (Red+Green+Blue) = 189+247+221=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7DD is #420822. Grayscale: #E2E2E2. Windows color (decimal): -4327459 or 14546877. OLE color: 14546877.

HSL color Cylindrical-coordinate representation of color #BDF7DD: hue angle of 153.1º 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 #BDF7DD is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB189247221-
CMYK0.2300.110.03
HSL153.1º78.38%85.49%-
HSV(B)153.1º23.48%96.86%-
XYZ67.382.5680.8-
YUV226.69124.78101.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 247 (96.88% from 255) = 37.60%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=28.77%
G=37.60%
B=33.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892472210.2300.110.03153.178.3885.49
HexBDF7DD170B3994e55
Octal275367335270133231116125
Binary1011110111110111110111011011101011111001100110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7DD; }

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

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

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

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

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

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

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

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