#BDFDD4

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

Shades of Aero Blue #BDFDD4

Tints of Aero Blue #BDFDD4

Color information

#BDFDD4 (or 0xBDFDD4) is unknown color: approx Aero Blue. HEX triplet: BD, FD and D4. RGB value is (189,253,212). Sum of RGB (Red+Green+Blue) = 189+253+212=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDD4 is #42022B. Grayscale: #E5E5E5. Windows color (decimal): -4325932 or 13958589. OLE color: 13958589.

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

Color convert

RGB189253212-
CMYK0.2500.160.01
HSL141.56º94.12%86.67%-
HSV(B)141.56º25.3%99.22%-
XYZ6885.8275.27-
YUV229.19118.399.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 253 (99.22% from 255) = 38.69%
BLUE value IS 212 (83.20% from 255) = 32.42%
R=28.90%
G=38.69%
B=32.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532120.2500.160.01141.5694.1286.67
HexBDFDD41901018e5e57
Octal275375324310201216136127
Binary1011110111111101110101001100101000011000111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDD4; }

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

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

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

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

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

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

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

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