#B895BF

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

Shades of Lola #B895BF

Tints of Lola #B895BF

Color information

#B895BF (or 0xB895BF) is unknown color: approx Lola. HEX triplet: B8, 95 and BF. RGB value is (184,149,191). Sum of RGB (Red+Green+Blue) = 184+149+191=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #B895BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895BF is #476A40. Grayscale: #A4A4A4. Windows color (decimal): -4680257 or 12555704. OLE color: 12555704.

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

Color convert

RGB184149191-
CMYK0.040.2200.25
HSL290º24.71%66.67%-
HSV(B)290º21.99%74.9%-
XYZ39.9235.4554.03-
YUV164.25143.1142.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 191 (75% from 255) = 36.45%
R=35.11%
G=28.44%
B=36.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841491910.040.2200.2529024.7166.67
HexB895BF4160191221943
Octal27022527742603144231103
Binary10111000100101011011111110010110011001100100010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B895BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B895BF; }

 p { color: rgb(184,149,191); }

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

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

 a { background-color: rgb(184,149,191); }

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

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

 span { border-color: rgb(184,149,191); }

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