#B79DBD

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

Shades of Lola #B79DBD

Tints of Lola #B79DBD

Color information

#B79DBD (or 0xB79DBD) is unknown color: approx Lola. HEX triplet: B7, 9D and BD. RGB value is (183,157,189). Sum of RGB (Red+Green+Blue) = 183+157+189=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #B79DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DBD is #486242. Grayscale: #A8A8A8. Windows color (decimal): -4743747 or 12426679. OLE color: 12426679.

HSL color Cylindrical-coordinate representation of color #B79DBD: hue angle of 288.75º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B79DBD is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183157189-
CMYK0.030.1700.26
HSL288.75º19.51%67.84%-
HSV(B)288.75º16.93%74.12%-
XYZ40.7737.8653.3-
YUV168.42139.61138.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=34.59%
G=29.68%
B=35.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831571890.030.1700.26288.7519.5167.84
HexB79DBD31101A1211444
Octal26723527532103244124104
Binary1011011110011101101111011110001011010100100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DBD; }

 p { color: rgb(183,157,189); }

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

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

 a { background-color: rgb(183,157,189); }

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

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

 span { border-color: rgb(183,157,189); }

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