#B898BF

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

Shades of Lola #B898BF

Tints of Lola #B898BF

Color information

#B898BF (or 0xB898BF) is unknown color: approx Lola. HEX triplet: B8, 98 and BF. RGB value is (184,152,191). Sum of RGB (Red+Green+Blue) = 184+152+191=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B898BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898BF is #476740. Grayscale: #A5A5A5. Windows color (decimal): -4679489 or 12556472. OLE color: 12556472.

HSL color Cylindrical-coordinate representation of color #B898BF: hue angle of 289.23º 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 #B898BF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184152191-
CMYK0.040.2000.25
HSL289.23º23.35%67.25%-
HSV(B)289.23º20.42%74.9%-
XYZ40.436.4154.19-
YUV166.01142.1140.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 191 (75% from 255) = 36.24%
R=34.91%
G=28.84%
B=36.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841521910.040.2000.25289.2323.3567.25
HexB898BF4140191211743
Octal27023027742403144127103
Binary10111000100110001011111110010100011001100100001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B898BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B898BF; }

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

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

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

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

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

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

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

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