#B99DC1

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

Shades of Lola #B99DC1

Tints of Lola #B99DC1

Color information

#B99DC1 (or 0xB99DC1) is unknown color: approx Lola. HEX triplet: B9, 9D and C1. RGB value is (185,157,193). Sum of RGB (Red+Green+Blue) = 185+157+193=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #B99DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DC1 is #46623E. Grayscale: #A9A9A9. Windows color (decimal): -4612671 or 12688825. OLE color: 12688825.

HSL color Cylindrical-coordinate representation of color #B99DC1: hue angle of 286.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B99DC1 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185157193-
CMYK0.040.1900.24
HSL286.67º22.5%68.63%-
HSV(B)286.67º18.65%75.69%-
XYZ41.6938.2855.64-
YUV169.48141.28139.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=34.58%
G=29.35%
B=36.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851571930.040.1900.24286.6722.568.63
HexB99DC141301811f1645
Octal27123530142303043726105
Binary10111001100111011100000110010011011000100011111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DC1; }

 p { color: rgb(185,157,193); }

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

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

 a { background-color: rgb(185,157,193); }

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

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

 span { border-color: rgb(185,157,193); }

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