#B79BBC

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

Shades of Lola #B79BBC

Tints of Lola #B79BBC

Color information

#B79BBC (or 0xB79BBC) is unknown color: approx Lola. HEX triplet: B7, 9B and BC. RGB value is (183,155,188). Sum of RGB (Red+Green+Blue) = 183+155+188=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #B79BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BBC is #486443. Grayscale: #A7A7A7. Windows color (decimal): -4744260 or 12360631. OLE color: 12360631.

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

Color convert

RGB183155188-
CMYK0.030.1800.26
HSL290.91º19.76%67.25%-
HSV(B)290.91º17.55%73.73%-
XYZ40.3337.1452.62-
YUV167.13139.78139.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=34.79%
G=29.47%
B=35.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831551880.030.1800.26290.9119.7667.25
HexB79BBC31201A1231443
Octal26723327432203244324103
Binary1011011110011011101111001110010011010100100011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BBC; }

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

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

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

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

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

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

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

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