#B7B8C0

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

Shades of Ghost #B7B8C0

Tints of Ghost #B7B8C0

Color information

#B7B8C0 (or 0xB7B8C0) is unknown color: approx Ghost. HEX triplet: B7, B8 and C0. RGB value is (183,184,192). Sum of RGB (Red+Green+Blue) = 183+184+192=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B8C0 is #48473F. Grayscale: #B8B8B8. Windows color (decimal): -4736832 or 12630199. OLE color: 12630199.

HSL color Cylindrical-coordinate representation of color #B7B8C0: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7B8C0 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183184192-
CMYK0.050.0400.25
HSL233.33º6.67%73.53%-
HSV(B)233.33º4.69%75.29%-
XYZ46.1848.1556.73-
YUV184.61132.17126.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 184 (72.27% from 255) = 32.92%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=32.74%
G=32.92%
B=34.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831841920.050.0400.25233.336.6773.53
HexB7B8C054019e974a
Octal267270300540313517112
Binary101101111011100011000000101100011001111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B8C0; }

 p { color: rgb(183,184,192); }

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

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

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

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

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

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

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