#B997C1

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

Shades of Lola #B997C1

Tints of Lola #B997C1

Color information

#B997C1 (or 0xB997C1) is unknown color: approx Lola. HEX triplet: B9, 97 and C1. RGB value is (185,151,193). Sum of RGB (Red+Green+Blue) = 185+151+193=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #B997C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997C1 is #46683E. Grayscale: #A5A5A5. Windows color (decimal): -4614207 or 12687289. OLE color: 12687289.

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

Color convert

RGB185151193-
CMYK0.040.2200.24
HSL288.57º25.3%67.45%-
HSV(B)288.57º21.76%75.69%-
XYZ40.736.355.31-
YUV165.95143.26141.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=34.97%
G=28.54%
B=36.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851511930.040.2200.24288.5725.367.45
HexB997C14160181211943
Octal27122730142603044131103
Binary10111001100101111100000110010110011000100100001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997C1; }

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

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

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

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

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

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

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

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