#BDEBD0

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

Shades of Aero Blue #BDEBD0

Tints of Aero Blue #BDEBD0

Color information

#BDEBD0 (or 0xBDEBD0) is unknown color: approx Aero Blue. HEX triplet: BD, EB and D0. RGB value is (189,235,208). Sum of RGB (Red+Green+Blue) = 189+235+208=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBD0 is #42142F. Grayscale: #DADADA. Windows color (decimal): -4330544 or 13691837. OLE color: 13691837.

HSL color Cylindrical-coordinate representation of color #BDEBD0: hue angle of 144.78º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBD0 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB189235208-
CMYK0.2000.110.08
HSL144.78º53.49%83.14%-
HSV(B)144.78º19.57%92.16%-
XYZ62.0874.7970.84-
YUV218.17122.26107.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=29.91%
G=37.18%
B=32.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352080.2000.110.08144.7853.4983.14
HexBDEBD0140B8913553
Octal275353320240131022165123
Binary10111101111010111101000010100010111000100100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBD0; }

 p { color: rgb(189,235,208); }

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

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

 a { background-color: rgb(189,235,208); }

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

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

 span { border-color: rgb(189,235,208); }

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