#B893BE

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

Shades of Lola #B893BE

Tints of Lola #B893BE

Color information

#B893BE (or 0xB893BE) is unknown color: approx Lola. HEX triplet: B8, 93 and BE. RGB value is (184,147,190). Sum of RGB (Red+Green+Blue) = 184+147+190=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B893BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893BE is #476C41. Grayscale: #A2A2A2. Windows color (decimal): -4680770 or 12489656. OLE color: 12489656.

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

Color convert

RGB184147190-
CMYK0.030.2300.25
HSL291.63º24.86%66.08%-
HSV(B)291.63º22.63%74.51%-
XYZ39.534.7853.35-
YUV162.96143.26143-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=35.32%
G=28.21%
B=36.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841471900.030.2300.25291.6324.8666.08
HexB893BE3170191241942
Octal27022327632703144431102
Binary1011100010010011101111101110111011001100100100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893BE; }

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

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

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

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

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

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

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

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