#B89EBA

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

Shades of Lola #B89EBA

Tints of Lola #B89EBA

Color information

#B89EBA (or 0xB89EBA) is unknown color: approx Lola. HEX triplet: B8, 9E and BA. RGB value is (184,158,186). Sum of RGB (Red+Green+Blue) = 184+158+186=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #B89EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EBA is #476145. Grayscale: #A8A8A8. Windows color (decimal): -4677958 or 12230328. OLE color: 12230328.

HSL color Cylindrical-coordinate representation of color #B89EBA: hue angle of 295.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89EBA is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184158186-
CMYK0.010.1500.27
HSL295.71º16.87%67.45%-
HSV(B)295.71º15.05%72.94%-
XYZ40.8638.1951.67-
YUV168.97137.61138.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=34.85%
G=29.92%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841581860.010.1500.27295.7116.8767.45
HexB89EBA1F01B1281143
Octal27023627211703345021103
Binary10111000100111101011101011111011011100101000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89EBA; }

 p { color: rgb(184,158,186); }

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

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

 a { background-color: rgb(184,158,186); }

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

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

 span { border-color: rgb(184,158,186); }

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