#B799BB

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

Shades of Lola #B799BB

Tints of Lola #B799BB

Color information

#B799BB (or 0xB799BB) is unknown color: approx Lola. HEX triplet: B7, 99 and BB. RGB value is (183,153,187). Sum of RGB (Red+Green+Blue) = 183+153+187=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #B799BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799BB is #486644. Grayscale: #A5A5A5. Windows color (decimal): -4744773 or 12294583. OLE color: 12294583.

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

Color convert

RGB183153187-
CMYK0.020.1800.27
HSL292.94º20%66.67%-
HSV(B)292.94º18.18%73.33%-
XYZ39.8936.4451.94-
YUV165.85139.94140.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.99%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=34.99%
G=29.25%
B=35.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831531870.020.1800.27292.942066.67
HexB799BB21201B1251443
Octal26723127322203344524103
Binary1011011110011001101110111010010011011100100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799BB; }

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

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

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

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

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

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

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

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