#BDF7D8

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

Shades of Aero Blue #BDF7D8

Tints of Aero Blue #BDF7D8

Color information

#BDF7D8 (or 0xBDF7D8) is unknown color: approx Aero Blue. HEX triplet: BD, F7 and D8. RGB value is (189,247,216). Sum of RGB (Red+Green+Blue) = 189+247+216=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 247 (96.88% from 255 or 37.88% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7D8 is #420827. Grayscale: #E2E2E2. Windows color (decimal): -4327464 or 14219197. OLE color: 14219197.

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

Color convert

RGB189247216-
CMYK0.2300.130.03
HSL147.93º78.38%85.49%-
HSV(B)147.93º23.48%96.86%-
XYZ66.6482.377.34-
YUV226.12122.28101.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 247 (96.88% from 255) = 37.88%
BLUE value IS 216 (84.77% from 255) = 33.13%
R=28.99%
G=37.88%
B=33.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892472160.2300.130.03147.9378.3885.49
HexBDF7D8170D3944e55
Octal275367330270153224116125
Binary1011110111110111110110001011101101111001010010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7D8; }

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

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

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

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

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

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

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

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