#BDFDD9

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

Shades of Aero Blue #BDFDD9

Tints of Aero Blue #BDFDD9

Color information

#BDFDD9 (or 0xBDFDD9) is unknown color: approx Aero Blue. HEX triplet: BD, FD and D9. RGB value is (189,253,217). Sum of RGB (Red+Green+Blue) = 189+253+217=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDD9 is #420226. Grayscale: #E5E5E5. Windows color (decimal): -4325927 or 14286269. OLE color: 14286269.

HSL color Cylindrical-coordinate representation of color #BDFDD9: hue angle of 146.25º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDD9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB189253217-
CMYK0.2500.140.01
HSL146.25º94.12%86.67%-
HSV(B)146.25º25.3%99.22%-
XYZ68.6486.0878.64-
YUV229.76120.898.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 253 (99.22% from 255) = 38.39%
BLUE value IS 217 (85.16% from 255) = 32.93%
R=28.68%
G=38.39%
B=32.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532170.2500.140.01146.2594.1286.67
HexBDFDD9190E1925e57
Octal275375331310161222136127
Binary101111011111110111011001110010111011001001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDD9; }

 p { color: rgb(189,253,217); }

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

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

 a { background-color: rgb(189,253,217); }

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

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

 span { border-color: rgb(189,253,217); }

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