#BDFFD8

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

Shades of Aero Blue #BDFFD8

Tints of Aero Blue #BDFFD8

Color information

#BDFFD8 (or 0xBDFFD8) is unknown color: approx Aero Blue. HEX triplet: BD, FF and D8. RGB value is (189,255,216). Sum of RGB (Red+Green+Blue) = 189+255+216=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD8 is #420027. Grayscale: #E6E6E6. Windows color (decimal): -4325416 or 14221245. OLE color: 14221245.

HSL color Cylindrical-coordinate representation of color #BDFFD8: hue angle of 144.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFD8 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB189255216-
CMYK0.2600.150
HSL144.55º100%87.06%-
HSV(B)144.55º25.88%100%-
XYZ69.1487.378.17-
YUV230.82119.6398.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 216 (84.77% from 255) = 32.73%
R=28.64%
G=38.64%
B=32.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552160.2600.150144.5510087.06
HexBDFFD81A0F0916457
Octal275377330320170221144127
Binary101111011111111111011000110100111101001000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFD8; }

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

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

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

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

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

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

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

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