#B898BE

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

Shades of Lola #B898BE

Tints of Lola #B898BE

Color information

#B898BE (or 0xB898BE) is unknown color: approx Lola. HEX triplet: B8, 98 and BE. RGB value is (184,152,190). Sum of RGB (Red+Green+Blue) = 184+152+190=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #B898BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898BE is #476741. Grayscale: #A5A5A5. Windows color (decimal): -4679490 or 12490936. OLE color: 12490936.

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

Color convert

RGB184152190-
CMYK0.030.200.25
HSL290.53º22.62%67.06%-
HSV(B)290.53º20%74.51%-
XYZ40.2936.3653.61-
YUV165.9141.6140.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=34.98%
G=28.90%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841521900.030.200.25290.5322.6267.06
HexB898BE3140191231743
Octal27023027632403144327103
Binary1011100010011000101111101110100011001100100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B898BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B898BE; }

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

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

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

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

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

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

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

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