#B4B3BC

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

Shades of Ghost #B4B3BC

Tints of Ghost #B4B3BC

Color information

#B4B3BC (or 0xB4B3BC) is unknown color: approx Ghost. HEX triplet: B4, B3 and BC. RGB value is (180,179,188). Sum of RGB (Red+Green+Blue) = 180+179+188=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 188 - color contains mainly: blue. Hex color #B4B3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B3BC is #4B4C43. Grayscale: #B4B4B4. Windows color (decimal): -4934724 or 12366772. OLE color: 12366772.

HSL color Cylindrical-coordinate representation of color #B4B3BC: hue angle of 246.67º 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 #B4B3BC is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180179188-
CMYK0.040.0500.26
HSL246.67º6.29%71.96%-
HSV(B)246.67º4.79%73.73%-
XYZ44.0245.5754.05-
YUV180.32132.33127.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=32.91%
G=32.72%
B=34.37%

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
Decimal1801791880.040.0500.26246.676.2971.96
HexB4B3BC4501Af7648
Octal264263274450323676110
Binary101101001011001110111100100101011010111101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3BC; }

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

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

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

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

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

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

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

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