#B899BB

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

Shades of Lola #B899BB

Tints of Lola #B899BB

Color information

#B899BB (or 0xB899BB) is unknown color: approx Lola. HEX triplet: B8, 99 and BB. RGB value is (184,153,187). Sum of RGB (Red+Green+Blue) = 184+153+187=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #B899BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899BB is #476644. Grayscale: #A6A6A6. Windows color (decimal): -4679237 or 12294584. OLE color: 12294584.

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

Color convert

RGB184153187-
CMYK0.020.1800.27
HSL294.71º20%66.67%-
HSV(B)294.71º18.18%73.33%-
XYZ40.1336.5651.96-
YUV166.14139.77140.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=35.11%
G=29.20%
B=35.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841531870.020.1800.27294.712066.67
HexB899BB21201B1271443
Octal27023127322203344724103
Binary1011100010011001101110111010010011011100100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899BB; }

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

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

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

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

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

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

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

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