#BDBEC2

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

Shades of Ghost #BDBEC2

Tints of Ghost #BDBEC2

Color information

#BDBEC2 (or 0xBDBEC2) is unknown color: approx Ghost. HEX triplet: BD, BE and C2. RGB value is (189,190,194). Sum of RGB (Red+Green+Blue) = 189+190+194=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC2 is #42413D. Grayscale: #BEBEBE. Windows color (decimal): -4342078 or 12762813. OLE color: 12762813.

HSL color Cylindrical-coordinate representation of color #BDBEC2: hue angle of 228º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDBEC2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189190194-
CMYK0.030.0200.24
HSL228º3.94%75.1%-
HSV(B)228º2.58%76.08%-
XYZ49.1451.5458.4-
YUV190.16130.17127.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 194 (76.17% from 255) = 33.86%
R=32.98%
G=33.16%
B=33.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891901940.030.0200.242283.9475.1
HexBDBEC232018e444b
Octal275276302320303444113
Binary1011110110111110110000101110011000111001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEC2; }

 p { color: rgb(189,190,194); }

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

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

 a { background-color: rgb(189,190,194); }

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

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

 span { border-color: rgb(189,190,194); }

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