#B794BC

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

Shades of Lola #B794BC

Tints of Lola #B794BC

Color information

#B794BC (or 0xB794BC) is unknown color: approx Lola. HEX triplet: B7, 94 and BC. RGB value is (183,148,188). Sum of RGB (Red+Green+Blue) = 183+148+188=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #B794BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794BC is #486B43. Grayscale: #A2A2A2. Windows color (decimal): -4746052 or 12358839. OLE color: 12358839.

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

Color convert

RGB183148188-
CMYK0.030.2100.26
HSL292.5º22.99%65.88%-
HSV(B)292.5º21.28%73.73%-
XYZ39.234.8852.24-
YUV163.02142.1142.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.26%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=35.26%
G=28.52%
B=36.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831481880.030.2100.26292.522.9965.88
HexB794BC31501A1241742
Octal26722427432503244427102
Binary1011011110010100101111001110101011010100100100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794BC; }

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

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

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

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

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

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

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

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