Html Css Color HEX #B6B1C1 French Grey

📋 copy color: '#B6B1C1'

red 182 ◦ green 177 ◦ blue 193

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

Shades of French Grey #B6B1C1

Tints of French Grey #B6B1C1

RGB

 RED value IS 182 (71.48% from 255) = 32.97%

 GREEN value IS 177 (69.53% from 255) = 32.07%

 BLUE value IS 193 (75.78% from 255) = 34.96%

R = 32.97%
G = 32.07%
B = 34.96%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B6B1C1 (or 0xB6B1C1) is known color: French Grey. HEX triplet: B6, B1 and C1. RGB value is (182,177,193). Sum of RGB (Red+Green+Blue) = 182+177+193=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6B1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B1C1 is #494E3E. Grayscale: #B4B4B4. Windows color (decimal): -4804159 or 12693942. OLE color: 12693942.

HSL color Cylindrical-coordinate representation of color #B6B1C1: hue angle of 258.75º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6B1C1 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 177 193 -
CMYK 0.06 0.08 0 0.24
HSL 258.75º 0.11% 0.73% -
HSV(B) 258.75º 0.08% 0.76% -
XYZ 44.64 45.24 56.83 -
YUV 180.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 182 177 193 0.06 0.08 0 0.24 258.75 0.11 0.73
Hex B6 B1 C1 6 8 0 18 103 B 49
Octal 266 261 301 6 10 0 30 403 13 111
Binary 10110110 10110001 11000001 110 1000 0 11000 100000011 1011 1001001

Color Harmonies of #B6B1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B1C1

Black with #B6B1C1

Text Example


Text Example

White with #B6B1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B1C1; }

 p { color: rgb(182,177,193); }

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

background-color css

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

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

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

border-color css

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

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

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