#B5B3BC

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

Shades of Ghost #B5B3BC

Tints of Ghost #B5B3BC

Color information

#B5B3BC (or 0xB5B3BC) is unknown color: approx Ghost. HEX triplet: B5, B3 and BC. RGB value is (181,179,188). Sum of RGB (Red+Green+Blue) = 181+179+188=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5B3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B3BC is #4A4C43. Grayscale: #B4B4B4. Windows color (decimal): -4869188 or 12366773. OLE color: 12366773.

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

Color convert

RGB181179188-
CMYK0.040.0500.26
HSL253.33º6.29%71.96%-
HSV(B)253.33º4.79%73.73%-
XYZ44.2545.6954.06-
YUV180.62132.16128.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=33.03%
G=32.66%
B=34.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811791880.040.0500.26253.336.2971.96
HexB5B3BC4501Afd648
Octal265263274450323756110
Binary101101011011001110111100100101011010111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B3BC; }

 p { color: rgb(181,179,188); }

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

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

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

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

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

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

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