Html Css Color HEX #B5B1BC French Grey

📋 copy color: '#B5B1BC'

red 181 ◦ green 177 ◦ blue 188

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

Shades of French Grey #B5B1BC

Tints of French Grey #B5B1BC

RGB

 RED value IS 181 (71.09% from 255) = 33.15%

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

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

R = 33.15%
G = 32.42%
B = 34.43%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B5B1BC (or 0xB5B1BC) is known color: French Grey. HEX triplet: B5, B1 and BC. RGB value is (181,177,188). Sum of RGB (Red+Green+Blue) = 181+177+188=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5B1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B1BC is #4A4E43. Grayscale: #B3B3B3. Windows color (decimal): -4869700 or 12366261. OLE color: 12366261.

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

Color convert

RGB 181 177 188 -
CMYK 0.04 0.06 0 0.26
HSL 261.82º 0.08% 0.72% -
HSV(B) 261.82º 0.06% 0.74% -
XYZ 43.86 44.9 53.93 -
YUV 179.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 181 177 188 0.04 0.06 0 0.26 261.82 0.08 0.72
Hex B5 B1 BC 4 6 0 1A 106 8 48
Octal 265 261 274 4 6 0 32 406 10 110
Binary 10110101 10110001 10111100 100 110 0 11010 100000110 1000 1001000

Color Harmonies of #B5B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B1BC

Black with #B5B1BC

Text Example


Text Example

White with #B5B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B1BC; }

 p { color: rgb(181,177,188); }

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

background-color css

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

 a { background-color: rgb(181,177,188); }

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

border-color css

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

 span { border-color: rgb(181,177,188); }

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