#BFDECD

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

Shades of Aero Blue #BFDECD

Tints of Aero Blue #BFDECD

Color information

#BFDECD (or 0xBFDECD) is unknown color: approx Aero Blue. HEX triplet: BF, DE and CD. RGB value is (191,222,205). Sum of RGB (Red+Green+Blue) = 191+222+205=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDECD is #402132. Grayscale: #D2D2D2. Windows color (decimal): -4202803 or 13491903. OLE color: 13491903.

HSL color Cylindrical-coordinate representation of color #BFDECD: hue angle of 147.1º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDECD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB191222205-
CMYK0.1400.080.13
HSL147.1º31.96%80.98%-
HSV(B)147.1º13.96%87.06%-
XYZ58.6367.7367.74-
YUV210.79124.73113.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=30.91%
G=35.92%
B=33.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912222050.1400.080.13147.131.9680.98
HexBFDECDE08D932051
Octal277336315160101522340121
Binary1011111111011110110011011110010001101100100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDECD; }

 p { color: rgb(191,222,205); }

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

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

 a { background-color: rgb(191,222,205); }

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

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

 span { border-color: rgb(191,222,205); }

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