#B4B4BB

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

Shades of Ghost #B4B4BB

Tints of Ghost #B4B4BB

Color information

#B4B4BB (or 0xB4B4BB) is unknown color: approx Ghost. HEX triplet: B4, B4 and BB. RGB value is (180,180,187). Sum of RGB (Red+Green+Blue) = 180+180+187=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4BB is #4B4B44. Grayscale: #B4B4B4. Windows color (decimal): -4934469 or 12301492. OLE color: 12301492.

HSL color Cylindrical-coordinate representation of color #B4B4BB: hue angle of 240º degrees, saturation: 0.05, 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 #B4B4BB is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180180187-
CMYK0.040.0400.27
HSL240º4.9%71.96%-
HSV(B)240º3.74%73.33%-
XYZ44.1145.9353.55-
YUV180.8131.5127.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=32.91%
G=32.91%
B=34.19%

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
Decimal1801801870.040.0400.272404.971.96
HexB4B4BB4401Bf0548
Octal264264273440333605110
Binary101101001011010010111011100100011011111100001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4BB; }

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

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

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

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

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

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

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

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