Html Css Color HEX #B8B5BB French Grey

📋 copy color: '#B8B5BB'

red 184 ◦ green 181 ◦ blue 187

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

Shades of French Grey #B8B5BB

Tints of French Grey #B8B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.79%

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

R = 33.33%
G = 32.79%
B = 33.88%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B8B5BB (or 0xB8B5BB) is known color: French Grey. HEX triplet: B8, B5 and BB. RGB value is (184,181,187). Sum of RGB (Red+Green+Blue) = 184+181+187=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B5BB is #474A44. Grayscale: #B6B6B6. Windows color (decimal): -4672069 or 12301752. OLE color: 12301752.

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

Color convert

RGB 184 181 187 -
CMYK 0.02 0.03 0 0.27
HSL 270º 0.04% 0.72% -
HSV(B) 270º 0.03% 0.73% -
XYZ 45.26 46.83 53.67 -
YUV 182.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 184 181 187 0.02 0.03 0 0.27 270 0.04 0.72
Hex B8 B5 BB 2 3 0 1B 10E 4 48
Octal 270 265 273 2 3 0 33 416 4 110
Binary 10111000 10110101 10111011 10 11 0 11011 100001110 100 1001000

Color Harmonies of #B8B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B5BB

Black with #B8B5BB

Text Example


Text Example

White with #B8B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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