#B895BE

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

Shades of Lola #B895BE

Tints of Lola #B895BE

Color information

#B895BE (or 0xB895BE) is unknown color: approx Lola. HEX triplet: B8, 95 and BE. RGB value is (184,149,190). Sum of RGB (Red+Green+Blue) = 184+149+190=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B895BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895BE is #476A41. Grayscale: #A4A4A4. Windows color (decimal): -4680258 or 12490168. OLE color: 12490168.

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

Color convert

RGB184149190-
CMYK0.030.2200.25
HSL291.22º23.98%66.47%-
HSV(B)291.22º21.58%74.51%-
XYZ39.8135.453.45-
YUV164.14142.6142.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=35.18%
G=28.49%
B=36.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841491900.030.2200.25291.2223.9866.47
HexB895BE3160191231842
Octal27022527632603144330102
Binary1011100010010101101111101110110011001100100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B895BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B895BE; }

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

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

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

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

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

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

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

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