#B8B2B9

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

Shades of Lola #B8B2B9

Tints of Lola #B8B2B9

Color information

#B8B2B9 (or 0xB8B2B9) is unknown color: approx Lola. HEX triplet: B8, B2 and B9. RGB value is (184,178,185). Sum of RGB (Red+Green+Blue) = 184+178+185=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 185 - color contains mainly: blue. Hex color #B8B2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B2B9 is #474D46. Grayscale: #B4B4B4. Windows color (decimal): -4672839 or 12169912. OLE color: 12169912.

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

Color convert

RGB184178185-
CMYK0.010.0400.27
HSL291.43º4.76%71.18%-
HSV(B)291.43º3.78%72.55%-
XYZ44.4445.5352.35-
YUV180.59130.49130.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=33.64%
G=32.54%
B=33.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841781850.010.0400.27291.434.7671.18
HexB8B2B91401B123547
Octal270262271140334435107
Binary10111000101100101011100111000110111001000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B2B9; }

 p { color: rgb(184,178,185); }

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

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

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

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

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

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

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