#B4AAB3

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

Shades of Lola #B4AAB3

Tints of Lola #B4AAB3

Color information

#B4AAB3 (or 0xB4AAB3) is unknown color: approx Lola. HEX triplet: B4, AA and B3. RGB value is (180,170,179). Sum of RGB (Red+Green+Blue) = 180+170+179=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAB3 is #4B554C. Grayscale: #ADADAD. Windows color (decimal): -4937037 or 11774644. OLE color: 11774644.

HSL color Cylindrical-coordinate representation of color #B4AAB3: hue angle of 306º 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 #B4AAB3 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180170179-
CMYK00.060.010.29
HSL306º6.25%68.63%-
HSV(B)306º5.56%70.59%-
XYZ41.3341.7148.52-
YUV174.02130.81132.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=34.03%
G=32.14%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017017900.060.010.293066.2568.63
HexB4AAB30611D132645
Octal264252263061354626105
Binary10110100101010101011001101101111011001100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAB3; }

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

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

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

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

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

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

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

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