#B899BF

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

Shades of Lola #B899BF

Tints of Lola #B899BF

Color information

#B899BF (or 0xB899BF) is unknown color: approx Lola. HEX triplet: B8, 99 and BF. RGB value is (184,153,191). Sum of RGB (Red+Green+Blue) = 184+153+191=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #B899BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899BF is #476640. Grayscale: #A6A6A6. Windows color (decimal): -4679233 or 12556728. OLE color: 12556728.

HSL color Cylindrical-coordinate representation of color #B899BF: hue angle of 288.95º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B899BF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184153191-
CMYK0.040.2000.25
HSL288.95º22.89%67.45%-
HSV(B)288.95º19.9%74.9%-
XYZ40.5636.7354.24-
YUV166.6141.77140.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 191 (75% from 255) = 36.17%
R=34.85%
G=28.98%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841531910.040.2000.25288.9522.8967.45
HexB899BF4140191211743
Octal27023127742403144127103
Binary10111000100110011011111110010100011001100100001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899BF; }

 p { color: rgb(184,153,191); }

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

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

 a { background-color: rgb(184,153,191); }

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

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

 span { border-color: rgb(184,153,191); }

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