#BDFFD5

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

Shades of Aero Blue #BDFFD5

Tints of Aero Blue #BDFFD5

Color information

#BDFFD5 (or 0xBDFFD5) is unknown color: approx Aero Blue. HEX triplet: BD, FF and D5. RGB value is (189,255,213). Sum of RGB (Red+Green+Blue) = 189+255+213=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD5 is #42002A. Grayscale: #E6E6E6. Windows color (decimal): -4325419 or 14024637. OLE color: 14024637.

HSL color Cylindrical-coordinate representation of color #BDFFD5: hue angle of 141.82º 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 #BDFFD5 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB189255213-
CMYK0.2600.160
HSL141.82º100%87.06%-
HSV(B)141.82º25.88%100%-
XYZ68.7687.1476.15-
YUV230.48118.1398.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 213 (83.59% from 255) = 32.42%
R=28.77%
G=38.81%
B=32.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552130.2600.160141.8210087.06
HexBDFFD51A01008e6457
Octal275377325320200216144127
Binary1011110111111111110101011101001000001000111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFD5; }

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

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

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

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

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

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

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

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