#BDEDD7

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

Shades of Aero Blue #BDEDD7

Tints of Aero Blue #BDEDD7

Color information

#BDEDD7 (or 0xBDEDD7) is unknown color: approx Aero Blue. HEX triplet: BD, ED and D7. RGB value is (189,237,215). Sum of RGB (Red+Green+Blue) = 189+237+215=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDD7 is #421228. Grayscale: #DCDCDC. Windows color (decimal): -4330025 or 14151101. OLE color: 14151101.

HSL color Cylindrical-coordinate representation of color #BDEDD7: hue angle of 152.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDD7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB189237215-
CMYK0.2000.090.07
HSL152.5º57.14%83.53%-
HSV(B)152.5º20.25%92.94%-
XYZ63.5476.2975.67-
YUV220.14125.1105.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 215 (84.38% from 255) = 33.54%
R=29.49%
G=36.97%
B=33.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892372150.2000.090.07152.557.1483.53
HexBDEDD714097983954
Octal27535532724011723071124
Binary1011110111101101110101111010001001111100110001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDD7; }

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

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

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

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

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

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

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

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