#B99BBE

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

Shades of Lola #B99BBE

Tints of Lola #B99BBE

Color information

#B99BBE (or 0xB99BBE) is unknown color: approx Lola. HEX triplet: B9, 9B and BE. RGB value is (185,155,190). Sum of RGB (Red+Green+Blue) = 185+155+190=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #B99BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BBE is #466441. Grayscale: #A7A7A7. Windows color (decimal): -4613186 or 12491705. OLE color: 12491705.

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

Color convert

RGB185155190-
CMYK0.030.1800.25
HSL291.43º21.21%67.65%-
HSV(B)291.43º18.42%74.51%-
XYZ41.0237.4753.79-
YUV167.96140.44140.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=34.91%
G=29.25%
B=35.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851551900.030.1800.25291.4321.2167.65
HexB99BBE3120191231544
Octal27123327632203144325104
Binary1011100110011011101111101110010011001100100011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BBE; }

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

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

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

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

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

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

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

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