#B5ACB4

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

Shades of Lola #B5ACB4

Tints of Lola #B5ACB4

Color information

#B5ACB4 (or 0xB5ACB4) is unknown color: approx Lola. HEX triplet: B5, AC and B4. RGB value is (181,172,180). Sum of RGB (Red+Green+Blue) = 181+172+180=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACB4 is #4A534B. Grayscale: #AFAFAF. Windows color (decimal): -4870988 or 11840693. OLE color: 11840693.

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

Color convert

RGB181172180-
CMYK00.050.010.29
HSL306.67º5.73%69.22%-
HSV(B)306.67º4.97%70.98%-
XYZ42.0542.6249.19-
YUV175.6130.48131.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=33.96%
G=32.27%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117218000.050.010.29306.675.7369.22
HexB5ACB40511D133645
Octal265254264051354636105
Binary10110101101011001011010001011111011001100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACB4; }

 p { color: rgb(181,172,180); }

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

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

 a { background-color: rgb(181,172,180); }

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

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

 span { border-color: rgb(181,172,180); }

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