#B995C0

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

Shades of Lola #B995C0

Tints of Lola #B995C0

Color information

#B995C0 (or 0xB995C0) is unknown color: approx Lola. HEX triplet: B9, 95 and C0. RGB value is (185,149,192). Sum of RGB (Red+Green+Blue) = 185+149+192=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #B995C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995C0 is #466A3F. Grayscale: #A4A4A4. Windows color (decimal): -4614720 or 12621241. OLE color: 12621241.

HSL color Cylindrical-coordinate representation of color #B995C0: hue angle of 290.23º 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 #B995C0 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185149192-
CMYK0.040.2200.25
HSL290.23º25.44%66.86%-
HSV(B)290.23º22.4%75.29%-
XYZ40.2735.6154.62-
YUV164.67143.43142.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=35.17%
G=28.33%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851491920.040.2200.25290.2325.4466.86
HexB995C04160191221943
Octal27122530042603144231103
Binary10111001100101011100000010010110011001100100010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995C0; }

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

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

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

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

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

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

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

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