#B6B6BB

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

Shades of Ghost #B6B6BB

Tints of Ghost #B6B6BB

Color information

#B6B6BB (or 0xB6B6BB) is unknown color: approx Ghost. HEX triplet: B6, B6 and BB. RGB value is (182,182,187). Sum of RGB (Red+Green+Blue) = 182+182+187=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 187 - color contains mainly: blue. Hex color #B6B6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B6BB is #494944. Grayscale: #B6B6B6. Windows color (decimal): -4802885 or 12302006. OLE color: 12302006.

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

Color convert

RGB182182187-
CMYK0.030.0300.27
HSL240º3.55%72.35%-
HSV(B)240º2.67%73.33%-
XYZ44.9946.9953.71-
YUV182.57130.5127.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=33.03%
G=33.03%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821821870.030.0300.272403.5572.35
HexB6B6BB3301Bf0448
Octal266266273330333604110
Binary1011011010110110101110111111011011111100001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B6BB; }

 p { color: rgb(182,182,187); }

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

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

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

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

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

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

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