#B4B3BB

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

Shades of Ghost #B4B3BB

Tints of Ghost #B4B3BB

Color information

#B4B3BB (or 0xB4B3BB) is unknown color: approx Ghost. HEX triplet: B4, B3 and BB. RGB value is (180,179,187). Sum of RGB (Red+Green+Blue) = 180+179+187=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4B3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B3BB is #4B4C44. Grayscale: #B4B4B4. Windows color (decimal): -4934725 or 12301236. OLE color: 12301236.

HSL color Cylindrical-coordinate representation of color #B4B3BB: hue angle of 247.5º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4B3BB is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180179187-
CMYK0.040.0400.27
HSL247.5º5.56%71.76%-
HSV(B)247.5º4.28%73.33%-
XYZ43.9145.5353.49-
YUV180.21131.83127.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=32.97%
G=32.78%
B=34.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801791870.040.0400.27247.55.5671.76
HexB4B3BB4401Bf8648
Octal264263273440333706110
Binary101101001011001110111011100100011011111110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3BB; }

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

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

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

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

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

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

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

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