#B6B4BD

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

Shades of Ghost #B6B4BD

Tints of Ghost #B6B4BD

Color information

#B6B4BD (or 0xB6B4BD) is unknown color: approx Ghost. HEX triplet: B6, B4 and BD. RGB value is (182,180,189). Sum of RGB (Red+Green+Blue) = 182+180+189=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B4BD is #494B42. Grayscale: #B5B5B5. Windows color (decimal): -4803395 or 12432566. OLE color: 12432566.

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

Color convert

RGB182180189-
CMYK0.040.0500.26
HSL253.33º6.38%72.35%-
HSV(B)253.33º4.76%74.12%-
XYZ44.846.2654.71-
YUV181.62132.16128.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=33.03%
G=32.67%
B=34.30%

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
Decimal1821801890.040.0500.26253.336.3872.35
HexB6B4BD4501Afd648
Octal266264275450323756110
Binary101101101011010010111101100101011010111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B4BD; }

 p { color: rgb(182,180,189); }

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

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

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

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

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

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

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