#B997C0

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

Shades of Lola #B997C0

Tints of Lola #B997C0

Color information

#B997C0 (or 0xB997C0) is unknown color: approx Lola. HEX triplet: B9, 97 and C0. RGB value is (185,151,192). Sum of RGB (Red+Green+Blue) = 185+151+192=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #B997C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997C0 is #46683F. Grayscale: #A5A5A5. Windows color (decimal): -4614208 or 12621753. OLE color: 12621753.

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

Color convert

RGB185151192-
CMYK0.040.2100.25
HSL289.76º24.55%67.25%-
HSV(B)289.76º21.35%75.29%-
XYZ40.5936.2554.73-
YUV165.84142.76141.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=35.04%
G=28.60%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851511920.040.2100.25289.7624.5567.25
HexB997C04150191221943
Octal27122730042503144231103
Binary10111001100101111100000010010101011001100100010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997C0; }

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

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

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

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

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

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

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

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