#B4AEB4

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

Shades of Lola #B4AEB4

Tints of Lola #B4AEB4

Color information

#B4AEB4 (or 0xB4AEB4) is unknown color: approx Lola. HEX triplet: B4, AE and B4. RGB value is (180,174,180). Sum of RGB (Red+Green+Blue) = 180+174+180=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B4AEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEB4 is #4B514B. Grayscale: #B0B0B0. Windows color (decimal): -4936012 or 11841204. OLE color: 11841204.

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

Color convert

RGB180174180-
CMYK00.0300.29
HSL300º3.85%69.41%-
HSV(B)300º3.33%70.59%-
XYZ42.243.2749.31-
YUV176.48129.99130.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=33.71%
G=32.58%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017418000.0300.293003.8569.41
HexB4AEB40301D12c445
Octal264256264030354544105
Binary1011010010101110101101000110111011001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEB4; }

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

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

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

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

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

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

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

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