#BDE3CC

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

Shades of Aero Blue #BDE3CC

Tints of Aero Blue #BDE3CC

Color information

#BDE3CC (or 0xBDE3CC) is unknown color: approx Aero Blue. HEX triplet: BD, E3 and CC. RGB value is (189,227,204). Sum of RGB (Red+Green+Blue) = 189+227+204=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3CC is #421C33. Grayscale: #D5D5D5. Windows color (decimal): -4332596 or 13427645. OLE color: 13427645.

HSL color Cylindrical-coordinate representation of color #BDE3CC: hue angle of 143.68º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3CC is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB189227204-
CMYK0.1700.100.11
HSL143.68º40.43%81.57%-
HSV(B)143.68º16.74%89.02%-
XYZ59.3570.1267.53-
YUV213.02122.91110.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 227 (89.06% from 255) = 36.61%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=30.48%
G=36.61%
B=32.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892272040.1700.100.11143.6840.4381.57
HexBDE3CC110AB902852
Octal275343314210121322050122
Binary10111101111000111100110010001010101011100100001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3CC; }

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

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

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

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

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

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

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

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