#B8A4BB

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

Shades of Lola #B8A4BB

Tints of Lola #B8A4BB

Color information

#B8A4BB (or 0xB8A4BB) is unknown color: approx Lola. HEX triplet: B8, A4 and BB. RGB value is (184,164,187). Sum of RGB (Red+Green+Blue) = 184+164+187=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A4BB is #475B44. Grayscale: #ACACAC. Windows color (decimal): -4676421 or 12297400. OLE color: 12297400.

HSL color Cylindrical-coordinate representation of color #B8A4BB: hue angle of 292.17º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8A4BB is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184164187-
CMYK0.020.1200.27
HSL292.17º14.47%68.82%-
HSV(B)292.17º12.3%73.33%-
XYZ42.0140.3352.58-
YUV172.6136.13136.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 164 (64.45% from 255) = 30.65%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=34.39%
G=30.65%
B=34.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841641870.020.1200.27292.1714.4768.82
HexB8A4BB2C01B124e45
Octal27024427321403344416105
Binary10111000101001001011101110110001101110010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A4BB; }

 p { color: rgb(184,164,187); }

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

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

 a { background-color: rgb(184,164,187); }

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

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

 span { border-color: rgb(184,164,187); }

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