#B995BF

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

Shades of Lola #B995BF

Tints of Lola #B995BF

Color information

#B995BF (or 0xB995BF) is unknown color: approx Lola. HEX triplet: B9, 95 and BF. RGB value is (185,149,191). Sum of RGB (Red+Green+Blue) = 185+149+191=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #B995BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995BF is #466A40. Grayscale: #A4A4A4. Windows color (decimal): -4614721 or 12555705. OLE color: 12555705.

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

Color convert

RGB185149191-
CMYK0.030.2200.25
HSL291.43º24.71%66.67%-
HSV(B)291.43º21.99%74.9%-
XYZ40.1635.5754.04-
YUV164.55142.93142.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 191 (75% from 255) = 36.38%
R=35.24%
G=28.38%
B=36.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851491910.030.2200.25291.4324.7166.67
HexB995BF3160191231943
Octal27122527732603144331103
Binary1011100110010101101111111110110011001100100011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995BF; }

 p { color: rgb(185,149,191); }

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

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

 a { background-color: rgb(185,149,191); }

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

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

 span { border-color: rgb(185,149,191); }

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