#B2ADB2

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

Shades of Lola #B2ADB2

Tints of Lola #B2ADB2

Color information

#B2ADB2 (or 0xB2ADB2) is unknown color: approx Lola. HEX triplet: B2, AD and B2. RGB value is (178,173,178). Sum of RGB (Red+Green+Blue) = 178+173+178=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B2ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADB2 is #4D524D. Grayscale: #AFAFAF. Windows color (decimal): -5067342 or 11709874. OLE color: 11709874.

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

Color convert

RGB178173178-
CMYK00.0300.30
HSL300º3.14%68.82%-
HSV(B)300º2.81%69.8%-
XYZ41.3442.5748.16-
YUV175.06129.66130.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 178 (69.92% from 255) = 33.65%
R=33.65%
G=32.70%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817317800.0300.303003.1468.82
HexB2ADB20301E12c345
Octal262255262030364543105
Binary101100101010110110110010011011110100101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADB2; }

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

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

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

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

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

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

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

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