#BDEDD0

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

Shades of Aero Blue #BDEDD0

Tints of Aero Blue #BDEDD0

Color information

#BDEDD0 (or 0xBDEDD0) is unknown color: approx Aero Blue. HEX triplet: BD, ED and D0. RGB value is (189,237,208). Sum of RGB (Red+Green+Blue) = 189+237+208=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDD0 is #42122F. Grayscale: #DBDBDB. Windows color (decimal): -4330032 or 13692349. OLE color: 13692349.

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

Color convert

RGB189237208-
CMYK0.2000.120.07
HSL143.75º57.14%83.53%-
HSV(B)143.75º20.25%92.94%-
XYZ62.6675.9471.03-
YUV219.34121.6106.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=29.81%
G=37.38%
B=32.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892372080.2000.120.07143.7557.1483.53
HexBDEDD0140C7903954
Octal27535532024014722071124
Binary1011110111101101110100001010001100111100100001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDD0; }

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

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

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

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

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

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

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

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