#B89FBC

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

Shades of Lola #B89FBC

Tints of Lola #B89FBC

Color information

#B89FBC (or 0xB89FBC) is unknown color: approx Lola. HEX triplet: B8, 9F and BC. RGB value is (184,159,188). Sum of RGB (Red+Green+Blue) = 184+159+188=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #B89FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FBC is #476043. Grayscale: #A9A9A9. Windows color (decimal): -4677700 or 12361656. OLE color: 12361656.

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

Color convert

RGB184159188-
CMYK0.020.1500.26
HSL291.72º17.79%68.04%-
HSV(B)291.72º15.43%73.73%-
XYZ41.2438.6252.86-
YUV169.78138.28138.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=34.65%
G=29.94%
B=35.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841591880.020.1500.26291.7217.7968.04
HexB89FBC2F01A1241244
Octal27023727421703244422104
Binary101110001001111110111100101111011010100100100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FBC; }

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

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

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

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

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

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

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

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