#B798BD

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

Shades of Lola #B798BD

Tints of Lola #B798BD

Color information

#B798BD (or 0xB798BD) is unknown color: approx Lola. HEX triplet: B7, 98 and BD. RGB value is (183,152,189). Sum of RGB (Red+Green+Blue) = 183+152+189=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #B798BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798BD is #486742. Grayscale: #A5A5A5. Windows color (decimal): -4745027 or 12425399. OLE color: 12425399.

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

Color convert

RGB183152189-
CMYK0.030.2000.26
HSL290.27º21.89%66.86%-
HSV(B)290.27º19.58%74.12%-
XYZ39.9436.253.03-
YUV165.49141.27140.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=34.92%
G=29.01%
B=36.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831521890.030.2000.26290.2721.8966.86
HexB798BD31401A1221643
Octal26723027532403244226103
Binary1011011110011000101111011110100011010100100010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B798BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B798BD; }

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

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

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

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

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

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

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

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