#B7B7BC

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

Shades of Ghost #B7B7BC

Tints of Ghost #B7B7BC

Color information

#B7B7BC (or 0xB7B7BC) is unknown color: approx Ghost. HEX triplet: B7, B7 and BC. RGB value is (183,183,188). Sum of RGB (Red+Green+Blue) = 183+183+188=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7BC is #484843. Grayscale: #B7B7B7. Windows color (decimal): -4737092 or 12367799. OLE color: 12367799.

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

Color convert

RGB183183188-
CMYK0.030.0300.26
HSL240º3.6%72.75%-
HSV(B)240º2.66%73.73%-
XYZ45.5447.5754.36-
YUV183.57130.5127.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 183 (71.88% from 255) = 33.03%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=33.03%
G=33.03%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831831880.030.0300.262403.672.75
HexB7B7BC3301Af0449
Octal267267274330323604111
Binary1011011110110111101111001111011010111100001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B7BC; }

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

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

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

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

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

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

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

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