#BDEBD7

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

Shades of Aero Blue #BDEBD7

Tints of Aero Blue #BDEBD7

Color information

#BDEBD7 (or 0xBDEBD7) is unknown color: approx Aero Blue. HEX triplet: BD, EB and D7. RGB value is (189,235,215). Sum of RGB (Red+Green+Blue) = 189+235+215=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBD7 is #421428. Grayscale: #DBDBDB. Windows color (decimal): -4330537 or 14150589. OLE color: 14150589.

HSL color Cylindrical-coordinate representation of color #BDEBD7: hue angle of 153.91º 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 #BDEBD7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB189235215-
CMYK0.2000.090.08
HSL153.91º53.49%83.14%-
HSV(B)153.91º19.57%92.16%-
XYZ62.9675.1475.48-
YUV218.97125.76106.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=29.58%
G=36.78%
B=33.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352150.2000.090.08153.9153.4983.14
HexBDEBD7140989a3553
Octal275353327240111023265123
Binary10111101111010111101011110100010011000100110101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBD7; }

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

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

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

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

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

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

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

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