#B5B0BD

Color #B5B0BD French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #B5B0BD

Tints of French Grey #B5B0BD

Color information

#B5B0BD (or 0xB5B0BD) is unknown color: approx French Grey. HEX triplet: B5, B0 and BD. RGB value is (181,176,189). Sum of RGB (Red+Green+Blue) = 181+176+189=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #B5B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0BD is #4A4F42. Grayscale: #B2B2B2. Windows color (decimal): -4869955 or 12431541. OLE color: 12431541.

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

Color convert

RGB181176189-
CMYK0.040.0700.26
HSL263.08º8.97%71.57%-
HSV(B)263.08º6.88%74.12%-
XYZ43.7744.5554.44-
YUV178.98133.66129.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=33.15%
G=32.23%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811761890.040.0700.26263.088.9771.57
HexB5B0BD4701A107948
Octal2652602754703240711110
Binary10110101101100001011110110011101101010000011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0BD; }

 p { color: rgb(181,176,189); }

 H1.HeaderClassName
 {
   color: #B5B0BD;
 }
 .AnyTagClassName
 {
   color: #B5B0BD;
 }
</style>
background-color css

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

 a { background-color: rgb(181,176,189); }

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

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

 span { border-color: rgb(181,176,189); }

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