#B897BE

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

Shades of Lola #B897BE

Tints of Lola #B897BE

Color information

#B897BE (or 0xB897BE) is unknown color: approx Lola. HEX triplet: B8, 97 and BE. RGB value is (184,151,190). Sum of RGB (Red+Green+Blue) = 184+151+190=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #B897BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B897BE is #476841. Grayscale: #A5A5A5. Windows color (decimal): -4679746 or 12490680. OLE color: 12490680.

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

Color convert

RGB184151190-
CMYK0.030.2100.25
HSL290.77º23.08%66.86%-
HSV(B)290.77º20.53%74.51%-
XYZ40.1336.0453.56-
YUV165.31141.93141.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=35.05%
G=28.76%
B=36.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841511900.030.2100.25290.7723.0866.86
HexB897BE3150191231743
Octal27022727632503144327103
Binary1011100010010111101111101110101011001100100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B897BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B897BE; }

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

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

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

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

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

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

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

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