Html Css Color HEX #B5B2BC French Grey

📋 copy color: '#B5B2BC'

red 181 ◦ green 178 ◦ blue 188

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

Shades of French Grey #B5B2BC

Tints of French Grey #B5B2BC

RGB

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

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

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

R = 33.09%
G = 32.54%
B = 34.37%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B5B2BC (or 0xB5B2BC) is known color: French Grey. HEX triplet: B5, B2 and BC. RGB value is (181,178,188). Sum of RGB (Red+Green+Blue) = 181+178+188=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2BC is #4A4D43. Grayscale: #B4B4B4. Windows color (decimal): -4869444 or 12366517. OLE color: 12366517.

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

Color convert

RGB 181 178 188 -
CMYK 0.04 0.05 0 0.26
HSL 258º 0.07% 0.72% -
HSV(B) 258º 0.05% 0.74% -
XYZ 44.05 45.3 54 -
YUV 180.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 181 178 188 0.04 0.05 0 0.26 258 0.07 0.72
Hex B5 B2 BC 4 5 0 1A 102 7 48
Octal 265 262 274 4 5 0 32 402 7 110
Binary 10110101 10110010 10111100 100 101 0 11010 100000010 111 1001000

Color Harmonies of #B5B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B2BC

Black with #B5B2BC

Text Example


Text Example

White with #B5B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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