#B7B6BB

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

Shades of Ghost #B7B6BB

Tints of Ghost #B7B6BB

Color information

#B7B6BB (or 0xB7B6BB) is unknown color: approx Ghost. HEX triplet: B7, B6 and BB. RGB value is (183,182,187). Sum of RGB (Red+Green+Blue) = 183+182+187=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7B6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B6BB is #484944. Grayscale: #B6B6B6. Windows color (decimal): -4737349 or 12302007. OLE color: 12302007.

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

Color convert

RGB183182187-
CMYK0.020.0300.27
HSL252º3.55%72.35%-
HSV(B)252º2.67%73.33%-
XYZ45.2347.1153.72-
YUV182.87130.33128.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.15%
GREEN value IS 182 (71.48% from 255) = 32.97%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=33.15%
G=32.97%
B=33.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831821870.020.0300.272523.5572.35
HexB7B6BB2301Bfc448
Octal267266273230333744110
Binary1011011110110110101110111011011011111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B6BB; }

 p { color: rgb(183,182,187); }

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

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

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

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

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

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

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