#BDE1CF

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

Shades of Aero Blue #BDE1CF

Tints of Aero Blue #BDE1CF

Color information

#BDE1CF (or 0xBDE1CF) is unknown color: approx Aero Blue. HEX triplet: BD, E1 and CF. RGB value is (189,225,207). Sum of RGB (Red+Green+Blue) = 189+225+207=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1CF is #421E30. Grayscale: #D4D4D4. Windows color (decimal): -4333105 or 13623741. OLE color: 13623741.

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

Color convert

RGB189225207-
CMYK0.1600.080.12
HSL150º37.5%81.18%-
HSV(B)150º16%88.24%-
XYZ59.1769.1769.26-
YUV212.18125.07111.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=30.43%
G=36.23%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892252070.1600.080.1215037.581.18
HexBDE1CF1008C962651
Octal275341317200101422646121
Binary10111101111000011100111110000010001100100101101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1CF; }

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

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

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

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

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

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

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

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