#B995BD

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

Shades of Lola #B995BD

Tints of Lola #B995BD

Color information

#B995BD (or 0xB995BD) is unknown color: approx Lola. HEX triplet: B9, 95 and BD. RGB value is (185,149,189). Sum of RGB (Red+Green+Blue) = 185+149+189=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #B995BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995BD is #466A42. Grayscale: #A4A4A4. Windows color (decimal): -4614723 or 12424633. OLE color: 12424633.

HSL color Cylindrical-coordinate representation of color #B995BD: hue angle of 294º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B995BD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185149189-
CMYK0.020.2100.26
HSL294º23.26%66.27%-
HSV(B)294º21.16%74.12%-
XYZ39.9435.4852.89-
YUV164.32141.93142.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=35.37%
G=28.49%
B=36.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851491890.020.2100.2629423.2666.27
HexB995BD21501A1261742
Octal27122527522503244627102
Binary1011100110010101101111011010101011010100100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995BD; }

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

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

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

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

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

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

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

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