#B4AEB3

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

Shades of Lola #B4AEB3

Tints of Lola #B4AEB3

Color information

#B4AEB3 (or 0xB4AEB3) is unknown color: approx Lola. HEX triplet: B4, AE and B3. RGB value is (180,174,179). Sum of RGB (Red+Green+Blue) = 180+174+179=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEB3 is #4B514C. Grayscale: #B0B0B0. Windows color (decimal): -4936013 or 11775668. OLE color: 11775668.

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

Color convert

RGB180174179-
CMYK00.030.010.29
HSL310º3.85%69.41%-
HSV(B)310º3.33%70.59%-
XYZ42.143.2348.77-
YUV176.36129.49130.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=33.77%
G=32.65%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017417900.030.010.293103.8569.41
HexB4AEB30311D136445
Octal264256263031354664105
Binary1011010010101110101100110111111011001101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEB3; }

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

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

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

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

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

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

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

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