#B4B4B7

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

Shades of Ghost #B4B4B7

Tints of Ghost #B4B4B7

Color information

#B4B4B7 (or 0xB4B4B7) is unknown color: approx Ghost. HEX triplet: B4, B4 and B7. RGB value is (180,180,183). Sum of RGB (Red+Green+Blue) = 180+180+183=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 183 - color contains mainly: blue. Hex color #B4B4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4B7 is #4B4B48. Grayscale: #B4B4B4. Windows color (decimal): -4934473 or 12039348. OLE color: 12039348.

HSL color Cylindrical-coordinate representation of color #B4B4B7: hue angle of 240º degrees, saturation: 0.02, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B4B4B7 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180180183-
CMYK0.020.0200.28
HSL240º2.04%71.18%-
HSV(B)240º1.64%71.76%-
XYZ43.6945.7651.33-
YUV180.34129.5127.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 183 (71.88% from 255) = 33.70%
R=33.15%
G=33.15%
B=33.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801801830.020.0200.282402.0471.18
HexB4B4B72201Cf0247
Octal264264267220343602107
Binary101101001011010010110111101001110011110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4B7; }

 p { color: rgb(180,180,183); }

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

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

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

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

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

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

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