#BDEDD4

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

Shades of Aero Blue #BDEDD4

Tints of Aero Blue #BDEDD4

Color information

#BDEDD4 (or 0xBDEDD4) is unknown color: approx Aero Blue. HEX triplet: BD, ED and D4. RGB value is (189,237,212). Sum of RGB (Red+Green+Blue) = 189+237+212=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDD4 is #42122B. Grayscale: #DBDBDB. Windows color (decimal): -4330028 or 13954493. OLE color: 13954493.

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

Color convert

RGB189237212-
CMYK0.2000.110.07
HSL148.75º57.14%83.53%-
HSV(B)148.75º20.25%92.94%-
XYZ63.1576.1473.66-
YUV219.8123.6106.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=29.62%
G=37.15%
B=33.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892372120.2000.110.07148.7557.1483.53
HexBDEDD4140B7953954
Octal27535532424013722571124
Binary1011110111101101110101001010001011111100101011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDD4; }

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

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

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

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

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

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

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

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