#B4AFB4

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

Shades of Lola #B4AFB4

Tints of Lola #B4AFB4

Color information

#B4AFB4 (or 0xB4AFB4) is unknown color: approx Lola. HEX triplet: B4, AF and B4. RGB value is (180,175,180). Sum of RGB (Red+Green+Blue) = 180+175+180=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B4AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFB4 is #4B504B. Grayscale: #B1B1B1. Windows color (decimal): -4935756 or 11841460. OLE color: 11841460.

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

Color convert

RGB180175180-
CMYK00.0300.29
HSL300º3.23%69.61%-
HSV(B)300º2.78%70.59%-
XYZ42.3943.6649.37-
YUV177.06129.66130.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=33.64%
G=32.71%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017518000.0300.293003.2369.61
HexB4AFB40301D12c346
Octal264257264030354543106
Binary101101001010111110110100011011101100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFB4; }

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

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

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

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

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

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

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

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