#BDE1D1

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

Shades of Aero Blue #BDE1D1

Tints of Aero Blue #BDE1D1

Color information

#BDE1D1 (or 0xBDE1D1) is unknown color: approx Aero Blue. HEX triplet: BD, E1 and D1. RGB value is (189,225,209). Sum of RGB (Red+Green+Blue) = 189+225+209=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D1 is #421E2E. Grayscale: #D4D4D4. Windows color (decimal): -4333103 or 13754813. OLE color: 13754813.

HSL color Cylindrical-coordinate representation of color #BDE1D1: hue angle of 153.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1D1 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB189225209-
CMYK0.1600.070.12
HSL153.33º37.5%81.18%-
HSV(B)153.33º16%88.24%-
XYZ59.4269.2770.56-
YUV212.41126.07111.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 209 (82.03% from 255) = 33.55%
R=30.34%
G=36.12%
B=33.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892252090.1600.070.12153.3337.581.18
HexBDE1D11007C992651
Octal27534132120071423146121
Binary1011110111100001110100011000001111100100110011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1D1; }

 p { color: rgb(189,225,209); }

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

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

 a { background-color: rgb(189,225,209); }

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

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

 span { border-color: rgb(189,225,209); }

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