#BDFCDE

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

Shades of Aero Blue #BDFCDE

Tints of Aero Blue #BDFCDE

Color information

#BDFCDE (or 0xBDFCDE) is unknown color: approx Aero Blue. HEX triplet: BD, FC and DE. RGB value is (189,252,222). Sum of RGB (Red+Green+Blue) = 189+252+222=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCDE is #420321. Grayscale: #E5E5E5. Windows color (decimal): -4326178 or 14613693. OLE color: 14613693.

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

Color convert

RGB189252222-
CMYK0.2500.120.01
HSL151.43º91.3%86.47%-
HSV(B)151.43º25%98.82%-
XYZ68.9885.7182.02-
YUV229.74123.6398.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.51%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=28.51%
G=38.01%
B=33.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522220.2500.120.01151.4391.386.47
HexBDFCDE190C1975b56
Octal275374336310141227133126
Binary101111011111110011011110110010110011001011110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCDE; }

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

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

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

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

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

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

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

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