#B998BF

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

Shades of Lola #B998BF

Tints of Lola #B998BF

Color information

#B998BF (or 0xB998BF) is unknown color: approx Lola. HEX triplet: B9, 98 and BF. RGB value is (185,152,191). Sum of RGB (Red+Green+Blue) = 185+152+191=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #B998BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998BF is #466740. Grayscale: #A6A6A6. Windows color (decimal): -4613953 or 12556473. OLE color: 12556473.

HSL color Cylindrical-coordinate representation of color #B998BF: 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.2%. Process color model (Four color, CMYK) of #B998BF is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185152191-
CMYK0.030.2000.25
HSL290.77º23.35%67.25%-
HSV(B)290.77º20.42%74.9%-
XYZ40.6436.5354.2-
YUV166.31141.93141.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 191 (75% from 255) = 36.17%
R=35.04%
G=28.79%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851521910.030.2000.25290.7723.3567.25
HexB998BF3140191231743
Octal27123027732403144327103
Binary1011100110011000101111111110100011001100100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998BF; }

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

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

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

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

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

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

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

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