#B89FBE

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

Shades of Lola #B89FBE

Tints of Lola #B89FBE

Color information

#B89FBE (or 0xB89FBE) is unknown color: approx Lola. HEX triplet: B8, 9F and BE. RGB value is (184,159,190). Sum of RGB (Red+Green+Blue) = 184+159+190=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #B89FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FBE is #476041. Grayscale: #A9A9A9. Windows color (decimal): -4677698 or 12492728. OLE color: 12492728.

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

Color convert

RGB184159190-
CMYK0.030.1600.25
HSL288.39º19.25%68.43%-
HSV(B)288.39º16.32%74.51%-
XYZ41.4638.754-
YUV170.01139.28137.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=34.52%
G=29.83%
B=35.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841591900.030.1600.25288.3919.2568.43
HexB89FBE3100191201344
Octal27023727632003144023104
Binary1011100010011111101111101110000011001100100000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FBE; }

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

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

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

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

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

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

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

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