#B4AAB4

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

Shades of Lola #B4AAB4

Tints of Lola #B4AAB4

Color information

#B4AAB4 (or 0xB4AAB4) is unknown color: approx Lola. HEX triplet: B4, AA and B4. RGB value is (180,170,180). Sum of RGB (Red+Green+Blue) = 180+170+180=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B4AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAB4 is #4B554B. Grayscale: #AEAEAE. Windows color (decimal): -4937036 or 11840180. OLE color: 11840180.

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

Color convert

RGB180170180-
CMYK00.0600.29
HSL300º6.25%68.63%-
HSV(B)300º5.56%70.59%-
XYZ41.4441.7549.05-
YUV174.13131.31132.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=33.96%
G=32.08%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017018000.0600.293006.2568.63
HexB4AAB40601D12c645
Octal264252264060354546105
Binary10110100101010101011010001100111011001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAB4; }

 p { color: rgb(180,170,180); }

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

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

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

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

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

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

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