Html Css Color HEX #B8B6BC French Grey

📋 copy color: '#B8B6BC'

red 184 ◦ green 182 ◦ blue 188

#B8B6BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Grey #B8B6BC

Tints of French Grey #B8B6BC

RGB

 RED value IS 184 (72.27% from 255) = 33.21%

 GREEN value IS 182 (71.48% from 255) = 32.85%

 BLUE value IS 188 (73.83% from 255) = 33.94%

R = 33.21%
G = 32.85%
B = 33.94%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B8B6BC (or 0xB8B6BC) is known color: French Grey. HEX triplet: B8, B6 and BC. RGB value is (184,182,188). Sum of RGB (Red+Green+Blue) = 184+182+188=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 188 - color contains mainly: blue. Hex color #B8B6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B6BC is #474943. Grayscale: #B7B7B7. Windows color (decimal): -4671812 or 12367544. OLE color: 12367544.

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

Color convert

RGB 184 182 188 -
CMYK 0.02 0.03 0 0.26
HSL 260º 0.04% 0.73% -
HSV(B) 260º 0.03% 0.74% -
XYZ 45.57 47.28 54.3 -
YUV 183.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 184 182 188 0.02 0.03 0 0.26 260 0.04 0.73
Hex B8 B6 BC 2 3 0 1A 104 4 49
Octal 270 266 274 2 3 0 32 404 4 111
Binary 10111000 10110110 10111100 10 11 0 11010 100000100 100 1001001

Color Harmonies of #B8B6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B6BC

Black with #B8B6BC

Text Example


Text Example

White with #B8B6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B6BC; }

 p { color: rgb(184,182,188); }

 H1.HeaderClassName
 {
   color: #B8B6BC;
 }
 .AnyTagClassName
 {
   color: #B8B6BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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