#B79ABC

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

Shades of Lola #B79ABC

Tints of Lola #B79ABC

Color information

#B79ABC (or 0xB79ABC) is unknown color: approx Lola. HEX triplet: B7, 9A and BC. RGB value is (183,154,188). Sum of RGB (Red+Green+Blue) = 183+154+188=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #B79ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79ABC is #486543. Grayscale: #A6A6A6. Windows color (decimal): -4744516 or 12360375. OLE color: 12360375.

HSL color Cylindrical-coordinate representation of color #B79ABC: hue angle of 291.18º 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 #B79ABC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183154188-
CMYK0.030.1800.26
HSL291.18º20.24%67.06%-
HSV(B)291.18º18.09%73.73%-
XYZ40.1636.8152.57-
YUV166.55140.11139.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=34.86%
G=29.33%
B=35.81%

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
Decimal1831541880.030.1800.26291.1820.2467.06
HexB79ABC31201A1231443
Octal26723227432203244324103
Binary1011011110011010101111001110010011010100100011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79ABC; }

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

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

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

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

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

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

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

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