#B89FB7

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

Shades of Lola #B89FB7

Tints of Lola #B89FB7

Color information

#B89FB7 (or 0xB89FB7) is unknown color: approx Lola. HEX triplet: B8, 9F and B7. RGB value is (184,159,183). Sum of RGB (Red+Green+Blue) = 184+159+183=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FB7 is #476048. Grayscale: #A9A9A9. Windows color (decimal): -4677705 or 12033976. OLE color: 12033976.

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

Color convert

RGB184159183-
CMYK00.140.010.28
HSL302.4º14.97%67.25%-
HSV(B)302.4º13.59%72.16%-
XYZ40.7138.4150.07-
YUV169.21135.78138.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=34.98%
G=30.23%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415918300.140.010.28302.414.9767.25
HexB89FB70E11C12ef43
Octal27023726701613445617103
Binary1011100010011111101101110111011110010010111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FB7; }

 p { color: rgb(184,159,183); }

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

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

 a { background-color: rgb(184,159,183); }

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

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

 span { border-color: rgb(184,159,183); }

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