#BDE1CC

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

Shades of Aero Blue #BDE1CC

Tints of Aero Blue #BDE1CC

Color information

#BDE1CC (or 0xBDE1CC) is unknown color: approx Aero Blue. HEX triplet: BD, E1 and CC. RGB value is (189,225,204). Sum of RGB (Red+Green+Blue) = 189+225+204=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1CC is #421E33. Grayscale: #D3D3D3. Windows color (decimal): -4333108 or 13427133. OLE color: 13427133.

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

Color convert

RGB189225204-
CMYK0.1600.090.12
HSL145º37.5%81.18%-
HSV(B)145º16%88.24%-
XYZ58.8169.0367.35-
YUV211.84123.57111.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 225 (88.28% from 255) = 36.41%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=30.58%
G=36.41%
B=33.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892252040.1600.090.1214537.581.18
HexBDE1CC1009C912651
Octal275341314200111422146121
Binary10111101111000011100110010000010011100100100011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1CC; }

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

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

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

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

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

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

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

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