Html Css Color HEX #B7B2C1 French Grey

📋 copy color: '#B7B2C1'

red 183 ◦ green 178 ◦ blue 193

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

Shades of French Grey #B7B2C1

Tints of French Grey #B7B2C1

RGB

 RED value IS 183 (71.88% from 255) = 33.03%

 GREEN value IS 178 (69.92% from 255) = 32.13%

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

R = 33.03%
G = 32.13%
B = 34.84%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B7B2C1 (or 0xB7B2C1) is known color: French Grey. HEX triplet: B7, B2 and C1. RGB value is (183,178,193). Sum of RGB (Red+Green+Blue) = 183+178+193=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7B2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2C1 is #484D3E. Grayscale: #B5B5B5. Windows color (decimal): -4738367 or 12694199. OLE color: 12694199.

HSL color Cylindrical-coordinate representation of color #B7B2C1: hue angle of 260º 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 #B7B2C1 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 178 193 -
CMYK 0.05 0.08 0 0.24
HSL 260º 0.11% 0.73% -
HSV(B) 260º 0.08% 0.76% -
XYZ 45.07 45.76 56.91 -
YUV 181.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 183 178 193 0.05 0.08 0 0.24 260 0.11 0.73
Hex B7 B2 C1 5 8 0 18 104 B 49
Octal 267 262 301 5 10 0 30 404 13 111
Binary 10110111 10110010 11000001 101 1000 0 11000 100000100 1011 1001001

Color Harmonies of #B7B2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B2C1

Black with #B7B2C1

Text Example


Text Example

White with #B7B2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B2C1; }

 p { color: rgb(183,178,193); }

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

background-color css

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

 a { background-color: rgb(183,178,193); }

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

border-color css

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

 span { border-color: rgb(183,178,193); }

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