#B8A1BE

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

Shades of Lola #B8A1BE

Tints of Lola #B8A1BE

Color information

#B8A1BE (or 0xB8A1BE) is unknown color: approx Lola. HEX triplet: B8, A1 and BE. RGB value is (184,161,190). Sum of RGB (Red+Green+Blue) = 184+161+190=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A1BE is #475E41. Grayscale: #ABABAB. Windows color (decimal): -4677186 or 12493240. OLE color: 12493240.

HSL color Cylindrical-coordinate representation of color #B8A1BE: hue angle of 287.59º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8A1BE is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184161190-
CMYK0.030.1500.25
HSL287.59º18.24%68.82%-
HSV(B)287.59º15.26%74.51%-
XYZ41.8139.454.12-
YUV171.18138.62137.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=34.39%
G=30.09%
B=35.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841611900.030.1500.25287.5918.2468.82
HexB8A1BE3F0191201245
Octal27024127631703144022105
Binary101110001010000110111110111111011001100100000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A1BE; }

 p { color: rgb(184,161,190); }

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

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

 a { background-color: rgb(184,161,190); }

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

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

 span { border-color: rgb(184,161,190); }

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