#B89FBB

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

Shades of Lola #B89FBB

Tints of Lola #B89FBB

Color information

#B89FBB (or 0xB89FBB) is unknown color: approx Lola. HEX triplet: B8, 9F and BB. RGB value is (184,159,187). Sum of RGB (Red+Green+Blue) = 184+159+187=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #B89FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FBB is #476044. Grayscale: #A9A9A9. Windows color (decimal): -4677701 or 12296120. OLE color: 12296120.

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

Color convert

RGB184159187-
CMYK0.020.1500.27
HSL293.57º17.07%67.84%-
HSV(B)293.57º14.97%73.33%-
XYZ41.1338.5752.29-
YUV169.67137.78138.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=34.72%
G=30%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841591870.020.1500.27293.5717.0767.84
HexB89FBB2F01B1261144
Octal27023727321703344621104
Binary101110001001111110111011101111011011100100110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FBB; }

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

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

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

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

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

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

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

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