#B79CBC

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

Shades of Lola #B79CBC

Tints of Lola #B79CBC

Color information

#B79CBC (or 0xB79CBC) is unknown color: approx Lola. HEX triplet: B7, 9C and BC. RGB value is (183,156,188). Sum of RGB (Red+Green+Blue) = 183+156+188=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #B79CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CBC is #486343. Grayscale: #A7A7A7. Windows color (decimal): -4744004 or 12360887. OLE color: 12360887.

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

Color convert

RGB183156188-
CMYK0.030.1700.26
HSL290.62º19.28%67.45%-
HSV(B)290.62º17.02%73.73%-
XYZ40.4937.4852.68-
YUV167.72139.45138.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.72%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=34.72%
G=29.60%
B=35.67%

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
Decimal1831561880.030.1700.26290.6219.2867.45
HexB79CBC31101A1231343
Octal26723427432103244323103
Binary1011011110011100101111001110001011010100100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CBC; }

 p { color: rgb(183,156,188); }

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

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

 a { background-color: rgb(183,156,188); }

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

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

 span { border-color: rgb(183,156,188); }

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