#BDFCD4

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

Shades of Aero Blue #BDFCD4

Tints of Aero Blue #BDFCD4

Color information

#BDFCD4 (or 0xBDFCD4) is unknown color: approx Aero Blue. HEX triplet: BD, FC and D4. RGB value is (189,252,212). Sum of RGB (Red+Green+Blue) = 189+252+212=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD4 is #42032B. Grayscale: #E4E4E4. Windows color (decimal): -4326188 or 13958333. OLE color: 13958333.

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

Color convert

RGB189252212-
CMYK0.2500.160.01
HSL141.9º91.3%86.47%-
HSV(B)141.9º25%98.82%-
XYZ67.6885.1975.16-
YUV228.6118.6399.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 252 (98.83% from 255) = 38.59%
BLUE value IS 212 (83.20% from 255) = 32.47%
R=28.94%
G=38.59%
B=32.47%

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
Decimal1892522120.2500.160.01141.991.386.47
HexBDFCD41901018e5b56
Octal275374324310201216133126
Binary1011110111111100110101001100101000011000111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCD4; }

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

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

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

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

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

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

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

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