#B899BA

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

Shades of Lola #B899BA

Tints of Lola #B899BA

Color information

#B899BA (or 0xB899BA) is unknown color: approx Lola. HEX triplet: B8, 99 and BA. RGB value is (184,153,186). Sum of RGB (Red+Green+Blue) = 184+153+186=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #B899BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899BA is #476645. Grayscale: #A5A5A5. Windows color (decimal): -4679238 or 12229048. OLE color: 12229048.

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

Color convert

RGB184153186-
CMYK0.010.1800.27
HSL296.36º19.3%66.47%-
HSV(B)296.36º17.74%72.94%-
XYZ40.0236.5251.39-
YUV166.03139.27140.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=35.18%
G=29.25%
B=35.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841531860.010.1800.27296.3619.366.47
HexB899BA11201B1281342
Octal27023127212203345023102
Binary101110001001100110111010110010011011100101000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899BA; }

 p { color: rgb(184,153,186); }

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

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

 a { background-color: rgb(184,153,186); }

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

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

 span { border-color: rgb(184,153,186); }

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