#BDE1D2

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

Shades of Aero Blue #BDE1D2

Tints of Aero Blue #BDE1D2

Color information

#BDE1D2 (or 0xBDE1D2) is unknown color: approx Aero Blue. HEX triplet: BD, E1 and D2. RGB value is (189,225,210). Sum of RGB (Red+Green+Blue) = 189+225+210=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D2 is #421E2D. Grayscale: #D4D4D4. Windows color (decimal): -4333102 or 13820349. OLE color: 13820349.

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

Color convert

RGB189225210-
CMYK0.1600.070.12
HSL155º37.5%81.18%-
HSV(B)155º16%88.24%-
XYZ59.5469.3271.22-
YUV212.53126.57111.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 225 (88.28% from 255) = 36.06%
BLUE value IS 210 (82.42% from 255) = 33.65%
R=30.29%
G=36.06%
B=33.65%

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
Decimal1892252100.1600.070.1215537.581.18
HexBDE1D21007C9b2651
Octal27534132220071423346121
Binary1011110111100001110100101000001111100100110111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1D2; }

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

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

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

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

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

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

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

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