#B995C1

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

Shades of Lola #B995C1

Tints of Lola #B995C1

Color information

#B995C1 (or 0xB995C1) is unknown color: approx Lola. HEX triplet: B9, 95 and C1. RGB value is (185,149,193). Sum of RGB (Red+Green+Blue) = 185+149+193=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #B995C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995C1 is #466A3E. Grayscale: #A4A4A4. Windows color (decimal): -4614719 or 12686777. OLE color: 12686777.

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

Color convert

RGB185149193-
CMYK0.040.2300.24
HSL289.09º26.19%67.06%-
HSV(B)289.09º22.8%75.69%-
XYZ40.3835.6655.21-
YUV164.78143.93142.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=35.10%
G=28.27%
B=36.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851491930.040.2300.24289.0926.1967.06
HexB995C14170181211a43
Octal27122530142703044132103
Binary10111001100101011100000110010111011000100100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995C1; }

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

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

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

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

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

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

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

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