#B799B9

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

Shades of Lola #B799B9

Tints of Lola #B799B9

Color information

#B799B9 (or 0xB799B9) is unknown color: approx Lola. HEX triplet: B7, 99 and B9. RGB value is (183,153,185). Sum of RGB (Red+Green+Blue) = 183+153+185=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 185 - color contains mainly: blue. Hex color #B799B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799B9 is #486646. Grayscale: #A5A5A5. Windows color (decimal): -4744775 or 12163511. OLE color: 12163511.

HSL color Cylindrical-coordinate representation of color #B799B9: hue angle of 296.25º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B799B9 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183153185-
CMYK0.010.1700.27
HSL296.25º18.6%66.27%-
HSV(B)296.25º17.3%72.55%-
XYZ39.6836.3550.82-
YUV165.62138.94140.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=35.12%
G=29.37%
B=35.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831531850.010.1700.27296.2518.666.27
HexB799B911101B1281342
Octal26723127112103345023102
Binary101101111001100110111001110001011011100101000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799B9; }

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

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

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

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

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

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

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

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