#BDFDDD

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

Shades of Aero Blue #BDFDDD

Tints of Aero Blue #BDFDDD

Color information

#BDFDDD (or 0xBDFDDD) is unknown color: approx Aero Blue. HEX triplet: BD, FD and DD. RGB value is (189,253,221). Sum of RGB (Red+Green+Blue) = 189+253+221=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDDD is #420222. Grayscale: #E6E6E6. Windows color (decimal): -4325923 or 14548413. OLE color: 14548413.

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

Color convert

RGB189253221-
CMYK0.2500.130.01
HSL150º94.12%86.67%-
HSV(B)150º25.3%99.22%-
XYZ69.1686.2981.42-
YUV230.22122.898.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.51%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=28.51%
G=38.16%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532210.2500.130.0115094.1286.67
HexBDFDDD190D1965e57
Octal275375335310151226136127
Binary101111011111110111011101110010110111001011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDDD; }

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

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

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

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

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

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

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

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