#B799BE

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

Shades of Lola #B799BE

Tints of Lola #B799BE

Color information

#B799BE (or 0xB799BE) is unknown color: approx Lola. HEX triplet: B7, 99 and BE. RGB value is (183,153,190). Sum of RGB (Red+Green+Blue) = 183+153+190=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #B799BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799BE is #486641. Grayscale: #A6A6A6. Windows color (decimal): -4744770 or 12491191. OLE color: 12491191.

HSL color Cylindrical-coordinate representation of color #B799BE: hue angle of 288.65º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B799BE is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183153190-
CMYK0.040.1900.25
HSL288.65º22.16%67.25%-
HSV(B)288.65º19.47%74.51%-
XYZ40.2136.5753.65-
YUV166.19141.44139.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=34.79%
G=29.09%
B=36.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831531900.040.1900.25288.6522.1667.25
HexB799BE4130191211643
Octal26723127642303144126103
Binary10110111100110011011111010010011011001100100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799BE; }

 p { color: rgb(183,153,190); }

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

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

 a { background-color: rgb(183,153,190); }

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

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

 span { border-color: rgb(183,153,190); }

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