#B89EBD

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

Shades of Lola #B89EBD

Tints of Lola #B89EBD

Color information

#B89EBD (or 0xB89EBD) is unknown color: approx Lola. HEX triplet: B8, 9E and BD. RGB value is (184,158,189). Sum of RGB (Red+Green+Blue) = 184+158+189=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #B89EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EBD is #476142. Grayscale: #A9A9A9. Windows color (decimal): -4677955 or 12426936. OLE color: 12426936.

HSL color Cylindrical-coordinate representation of color #B89EBD: hue angle of 290.32º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B89EBD is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184158189-
CMYK0.030.1600.26
HSL290.32º19.02%68.04%-
HSV(B)290.32º16.4%74.12%-
XYZ41.1838.3253.37-
YUV169.31139.11138.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=34.65%
G=29.76%
B=35.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841581890.030.1600.26290.3219.0268.04
HexB89EBD31001A1221344
Octal27023627532003244223104
Binary1011100010011110101111011110000011010100100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89EBD; }

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

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

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

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

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

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

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

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