#B99FBB

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

Shades of Lola #B99FBB

Tints of Lola #B99FBB

Color information

#B99FBB (or 0xB99FBB) is unknown color: approx Lola. HEX triplet: B9, 9F and BB. RGB value is (185,159,187). Sum of RGB (Red+Green+Blue) = 185+159+187=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #B99FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FBB is #466044. Grayscale: #A9A9A9. Windows color (decimal): -4612165 or 12296121. OLE color: 12296121.

HSL color Cylindrical-coordinate representation of color #B99FBB: hue angle of 295.71º 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 #B99FBB is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185159187-
CMYK0.010.1500.27
HSL295.71º17.07%67.84%-
HSV(B)295.71º14.97%73.33%-
XYZ41.3838.752.3-
YUV169.97137.61138.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=34.84%
G=29.94%
B=35.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851591870.010.1500.27295.7117.0767.84
HexB99FBB1F01B1281144
Octal27123727311703345021104
Binary10111001100111111011101111111011011100101000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FBB; }

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

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

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

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

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

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

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

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