#B4B4BE

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

Shades of Ghost #B4B4BE

Tints of Ghost #B4B4BE

Color information

#B4B4BE (or 0xB4B4BE) is unknown color: approx Ghost. HEX triplet: B4, B4 and BE. RGB value is (180,180,190). Sum of RGB (Red+Green+Blue) = 180+180+190=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4B4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4BE is #4B4B41. Grayscale: #B5B5B5. Windows color (decimal): -4934466 or 12498100. OLE color: 12498100.

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

Color convert

RGB180180190-
CMYK0.050.0500.25
HSL240º7.14%72.55%-
HSV(B)240º5.26%74.51%-
XYZ44.4446.0655.26-
YUV181.14133127.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=32.73%
G=32.73%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801801900.050.0500.252407.1472.55
HexB4B4BE55019f0749
Octal264264276550313607111
Binary101101001011010010111110101101011001111100001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4BE; }

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

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

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

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

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

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

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

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