#B4B4BF

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

Shades of Ghost #B4B4BF

Tints of Ghost #B4B4BF

Color information

#B4B4BF (or 0xB4B4BF) is unknown color: approx Ghost. HEX triplet: B4, B4 and BF. RGB value is (180,180,191). Sum of RGB (Red+Green+Blue) = 180+180+191=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4BF is #4B4B40. Grayscale: #B5B5B5. Windows color (decimal): -4934465 or 12563636. OLE color: 12563636.

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

Color convert

RGB180180191-
CMYK0.060.0600.25
HSL240º7.91%72.75%-
HSV(B)240º5.76%74.9%-
XYZ44.5546.1155.84-
YUV181.25133.5127.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 191 (75% from 255) = 34.66%
R=32.67%
G=32.67%
B=34.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801801910.060.0600.252407.9172.75
HexB4B4BF66019f0849
Octal2642642776603136010111
Binary1011010010110100101111111101100110011111000010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4BF; }

 p { color: rgb(180,180,191); }

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

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

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

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

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

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

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