#BDE0D1

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

Shades of Aero Blue #BDE0D1

Tints of Aero Blue #BDE0D1

Color information

#BDE0D1 (or 0xBDE0D1) is unknown color: approx Aero Blue. HEX triplet: BD, E0 and D1. RGB value is (189,224,209). Sum of RGB (Red+Green+Blue) = 189+224+209=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0D1 is #421F2E. Grayscale: #D3D3D3. Windows color (decimal): -4333359 or 13754557. OLE color: 13754557.

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

Color convert

RGB189224209-
CMYK0.1600.070.12
HSL154.29º36.08%80.98%-
HSV(B)154.29º15.62%87.84%-
XYZ59.1568.7370.47-
YUV211.82126.4111.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 209 (82.03% from 255) = 33.60%
R=30.39%
G=36.01%
B=33.60%

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
Decimal1892242090.1600.070.12154.2936.0880.98
HexBDE0D11007C9a2451
Octal27534032120071423244121
Binary1011110111100000110100011000001111100100110101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0D1; }

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

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

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

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

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

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

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

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