#BDFDDA

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

Shades of Aero Blue #BDFDDA

Tints of Aero Blue #BDFDDA

Color information

#BDFDDA (or 0xBDFDDA) is unknown color: approx Aero Blue. HEX triplet: BD, FD and DA. RGB value is (189,253,218). Sum of RGB (Red+Green+Blue) = 189+253+218=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDDA is #420225. Grayscale: #E5E5E5. Windows color (decimal): -4325926 or 14351805. OLE color: 14351805.

HSL color Cylindrical-coordinate representation of color #BDFDDA: hue angle of 147.19º 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 #BDFDDA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB189253218-
CMYK0.2500.140.01
HSL147.19º94.12%86.67%-
HSV(B)147.19º25.3%99.22%-
XYZ68.7786.1379.33-
YUV229.87121.398.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=28.64%
G=38.33%
B=33.03%

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
Decimal1892532180.2500.140.01147.1994.1286.67
HexBDFDDA190E1935e57
Octal275375332310161223136127
Binary101111011111110111011010110010111011001001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDDA; }

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

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

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

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

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

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

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

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