Html Css Color HEX #B5B2BB French Grey

📋 copy color: '#B5B2BB'

red 181 ◦ green 178 ◦ blue 187

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

Shades of French Grey #B5B2BB

Tints of French Grey #B5B2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.25%

R = 33.15%
G = 32.6%
B = 34.25%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5B2BB (or 0xB5B2BB) is known color: French Grey. HEX triplet: B5, B2 and BB. RGB value is (181,178,187). Sum of RGB (Red+Green+Blue) = 181+178+187=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2BB is #4A4D44. Grayscale: #B3B3B3. Windows color (decimal): -4869445 or 12300981. OLE color: 12300981.

HSL color Cylindrical-coordinate representation of color #B5B2BB: hue angle of 260º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5B2BB is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 178 187 -
CMYK 0.03 0.05 0 0.27
HSL 260º 0.06% 0.72% -
HSV(B) 260º 0.05% 0.73% -
XYZ 43.95 45.25 53.43 -
YUV 179.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 181 178 187 0.03 0.05 0 0.27 260 0.06 0.72
Hex B5 B2 BB 3 5 0 1B 104 6 48
Octal 265 262 273 3 5 0 33 404 6 110
Binary 10110101 10110010 10111011 11 101 0 11011 100000100 110 1001000

Color Harmonies of #B5B2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B2BB

Black with #B5B2BB

Text Example


Text Example

White with #B5B2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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