#B7B2B7

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

Shades of Lola #B7B2B7

Tints of Lola #B7B2B7

Color information

#B7B2B7 (or 0xB7B2B7) is unknown color: approx Lola. HEX triplet: B7, B2 and B7. RGB value is (183,178,183). Sum of RGB (Red+Green+Blue) = 183+178+183=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B7B2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2B7 is #484D48. Grayscale: #B4B4B4. Windows color (decimal): -4738377 or 12038839. OLE color: 12038839.

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

Color convert

RGB183178183-
CMYK00.0300.28
HSL300º3.36%70.78%-
HSV(B)300º2.73%71.76%-
XYZ4445.3351.23-
YUV180.06129.66130.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.64%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=33.64%
G=32.72%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317818300.0300.283003.3670.78
HexB7B2B70301C12c347
Octal267262267030344543107
Binary101101111011001010110111011011100100101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B2B7; }

 p { color: rgb(183,178,183); }

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

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

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

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

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

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

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