#B5B5BB

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

Shades of Ghost #B5B5BB

Tints of Ghost #B5B5BB

Color information

#B5B5BB (or 0xB5B5BB) is unknown color: approx Ghost. HEX triplet: B5, B5 and BB. RGB value is (181,181,187). Sum of RGB (Red+Green+Blue) = 181+181+187=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B5BB is #4A4A44. Grayscale: #B5B5B5. Windows color (decimal): -4868677 or 12301749. OLE color: 12301749.

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

Color convert

RGB181181187-
CMYK0.030.0300.27
HSL240º4.23%72.16%-
HSV(B)240º3.21%73.33%-
XYZ44.5546.4653.63-
YUV181.68131127.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=32.97%
G=32.97%
B=34.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811811870.030.0300.272404.2372.16
HexB5B5BB3301Bf0448
Octal265265273330333604110
Binary1011010110110101101110111111011011111100001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B5BB; }

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

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

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

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

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

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

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

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