#B99AC3

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

Shades of Lola #B99AC3

Tints of Lola #B99AC3

Color information

#B99AC3 (or 0xB99AC3) is unknown color: approx Lola. HEX triplet: B9, 9A and C3. RGB value is (185,154,195). Sum of RGB (Red+Green+Blue) = 185+154+195=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 195 - color contains mainly: blue. Hex color #B99AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99AC3 is #46653C. Grayscale: #A7A7A7. Windows color (decimal): -4613437 or 12819129. OLE color: 12819129.

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

Color convert

RGB185154195-
CMYK0.050.2100.24
HSL285.37º25.47%68.43%-
HSV(B)285.37º21.03%76.47%-
XYZ41.4137.3756.66-
YUV167.94143.27140.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 195 (76.56% from 255) = 36.52%
R=34.64%
G=28.84%
B=36.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851541950.050.2100.24285.3725.4768.43
HexB99AC351501811d1944
Octal27123230352503043531104
Binary10111001100110101100001110110101011000100011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AC3; }

 p { color: rgb(185,154,195); }

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

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

 a { background-color: rgb(185,154,195); }

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

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

 span { border-color: rgb(185,154,195); }

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