#B895BC

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

Shades of Lola #B895BC

Tints of Lola #B895BC

Color information

#B895BC (or 0xB895BC) is unknown color: approx Lola. HEX triplet: B8, 95 and BC. RGB value is (184,149,188). Sum of RGB (Red+Green+Blue) = 184+149+188=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #B895BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895BC is #476A43. Grayscale: #A3A3A3. Windows color (decimal): -4680260 or 12359096. OLE color: 12359096.

HSL color Cylindrical-coordinate representation of color #B895BC: hue angle of 293.85º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B895BC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184149188-
CMYK0.020.2100.26
HSL293.85º22.54%66.08%-
HSV(B)293.85º20.74%73.73%-
XYZ39.5935.3252.31-
YUV163.91141.6142.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=35.32%
G=28.60%
B=36.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841491880.020.2100.26293.8522.5466.08
HexB895BC21501A1261742
Octal27022527422503244627102
Binary1011100010010101101111001010101011010100100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B895BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B895BC; }

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

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

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

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

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

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

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

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