#B6B4BB

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

Shades of French Grey #B6B4BB

Tints of French Grey #B6B4BB

Color information

#B6B4BB (or 0xB6B4BB) is unknown color: approx French Grey. HEX triplet: B6, B4 and BB. RGB value is (182,180,187). Sum of RGB (Red+Green+Blue) = 182+180+187=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 187 - color contains mainly: blue. Hex color #B6B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B4BB is #494B44. Grayscale: #B5B5B5. Windows color (decimal): -4803397 or 12301494. OLE color: 12301494.

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

Color convert

RGB182180187-
CMYK0.030.0400.27
HSL257.14º4.9%71.96%-
HSV(B)257.14º3.74%73.33%-
XYZ44.5846.1853.58-
YUV181.4131.16128.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=33.15%
G=32.79%
B=34.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821801870.030.0400.27257.144.971.96
HexB6B4BB3401B101548
Octal266264273340334015110
Binary101101101011010010111011111000110111000000011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B4BB; }

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

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

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

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

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

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

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

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