#B79EBD

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

Shades of Lola #B79EBD

Tints of Lola #B79EBD

Color information

#B79EBD (or 0xB79EBD) is unknown color: approx Lola. HEX triplet: B7, 9E and BD. RGB value is (183,158,189). Sum of RGB (Red+Green+Blue) = 183+158+189=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #B79EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79EBD is #486142. Grayscale: #A8A8A8. Windows color (decimal): -4743491 or 12426935. OLE color: 12426935.

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

Color convert

RGB183158189-
CMYK0.030.1600.26
HSL288.39º19.02%68.04%-
HSV(B)288.39º16.4%74.12%-
XYZ40.9438.253.36-
YUV169.01139.28137.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=34.53%
G=29.81%
B=35.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831581890.030.1600.26288.3919.0268.04
HexB79EBD31001A1201344
Octal26723627532003244023104
Binary1011011110011110101111011110000011010100100000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79EBD; }

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

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

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

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

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

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

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

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