#B4B3BE

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

Shades of Ghost #B4B3BE

Tints of Ghost #B4B3BE

Color information

#B4B3BE (or 0xB4B3BE) is unknown color: approx Ghost. HEX triplet: B4, B3 and BE. RGB value is (180,179,190). Sum of RGB (Red+Green+Blue) = 180+179+190=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B3BE is #4B4C41. Grayscale: #B4B4B4. Windows color (decimal): -4934722 or 12497844. OLE color: 12497844.

HSL color Cylindrical-coordinate representation of color #B4B3BE: hue angle of 245.45º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4B3BE is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180179190-
CMYK0.050.0600.25
HSL245.45º7.8%72.35%-
HSV(B)245.45º5.79%74.51%-
XYZ44.2445.6655.2-
YUV180.55133.33127.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 179 (70.31% from 255) = 32.60%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=32.79%
G=32.60%
B=34.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801791900.050.0600.25245.457.872.35
HexB4B3BE56019f5848
Octal2642632765603136510110
Binary1011010010110011101111101011100110011111010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3BE; }

 p { color: rgb(180,179,190); }

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

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

 a { background-color: rgb(180,179,190); }

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

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

 span { border-color: rgb(180,179,190); }

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