Html Css Color HEX #B8B3C1 French Grey

📋 copy color: '#B8B3C1'

red 184 ◦ green 179 ◦ blue 193

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

Shades of French Grey #B8B3C1

Tints of French Grey #B8B3C1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.19%

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

R = 33.09%
G = 32.19%
B = 34.71%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B8B3C1 (or 0xB8B3C1) is known color: French Grey. HEX triplet: B8, B3 and C1. RGB value is (184,179,193). Sum of RGB (Red+Green+Blue) = 184+179+193=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #B8B3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B3C1 is #474C3E. Grayscale: #B6B6B6. Windows color (decimal): -4672575 or 12694456. OLE color: 12694456.

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

Color convert

RGB 184 179 193 -
CMYK 0.05 0.07 0 0.24
HSL 261.43º 0.1% 0.73% -
HSV(B) 261.43º 0.07% 0.76% -
XYZ 45.51 46.28 56.99 -
YUV 182.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 184 179 193 0.05 0.07 0 0.24 261.43 0.1 0.73
Hex B8 B3 C1 5 7 0 18 105 A 49
Octal 270 263 301 5 7 0 30 405 12 111
Binary 10111000 10110011 11000001 101 111 0 11000 100000101 1010 1001001

Color Harmonies of #B8B3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B3C1

Black with #B8B3C1

Text Example


Text Example

White with #B8B3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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