#B99BBF

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

Shades of Lola #B99BBF

Tints of Lola #B99BBF

Color information

#B99BBF (or 0xB99BBF) is unknown color: approx Lola. HEX triplet: B9, 9B and BF. RGB value is (185,155,191). Sum of RGB (Red+Green+Blue) = 185+155+191=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #B99BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BBF is #466440. Grayscale: #A7A7A7. Windows color (decimal): -4613185 or 12557241. OLE color: 12557241.

HSL color Cylindrical-coordinate representation of color #B99BBF: hue angle of 290º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B99BBF is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185155191-
CMYK0.030.1900.25
HSL290º21.95%67.84%-
HSV(B)290º18.85%74.9%-
XYZ41.1337.5254.36-
YUV168.07140.94140.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 191 (75% from 255) = 35.97%
R=34.84%
G=29.19%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851551910.030.1900.2529021.9567.84
HexB99BBF3130191221644
Octal27123327732303144226104
Binary1011100110011011101111111110011011001100100010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BBF; }

 p { color: rgb(185,155,191); }

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

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

 a { background-color: rgb(185,155,191); }

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

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

 span { border-color: rgb(185,155,191); }

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