Html Css Color HEX #B8B1C1 French Grey

📋 copy color: '#B8B1C1'

red 184 ◦ green 177 ◦ blue 193

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

Shades of French Grey #B8B1C1

Tints of French Grey #B8B1C1

RGB

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

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

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

R = 33.21%
G = 31.95%
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

#B8B1C1 (or 0xB8B1C1) is known color: French Grey. HEX triplet: B8, B1 and C1. RGB value is (184,177,193). Sum of RGB (Red+Green+Blue) = 184+177+193=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 177 (69.53% from 255 or 31.95% 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 #B8B1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B1C1 is #474E3E. Grayscale: #B4B4B4. Windows color (decimal): -4673087 or 12693944. OLE color: 12693944.

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

Color convert

RGB 184 177 193 -
CMYK 0.05 0.08 0 0.24
HSL 266.25º 0.11% 0.73% -
HSV(B) 266.25º 0.08% 0.76% -
XYZ 45.11 45.48 56.85 -
YUV 180.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 184 177 193 0.05 0.08 0 0.24 266.25 0.11 0.73
Hex B8 B1 C1 5 8 0 18 10A B 49
Octal 270 261 301 5 10 0 30 412 13 111
Binary 10111000 10110001 11000001 101 1000 0 11000 100001010 1011 1001001

Color Harmonies of #B8B1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B1C1

Black with #B8B1C1

Text Example


Text Example

White with #B8B1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B1C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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