#B998BB

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

Shades of Lola #B998BB

Tints of Lola #B998BB

Color information

#B998BB (or 0xB998BB) is unknown color: approx Lola. HEX triplet: B9, 98 and BB. RGB value is (185,152,187). Sum of RGB (Red+Green+Blue) = 185+152+187=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #B998BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998BB is #466744. Grayscale: #A5A5A5. Windows color (decimal): -4613957 or 12294329. OLE color: 12294329.

HSL color Cylindrical-coordinate representation of color #B998BB: hue angle of 296.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B998BB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185152187-
CMYK0.010.1900.27
HSL296.57º20.47%66.47%-
HSV(B)296.57º18.72%73.33%-
XYZ40.2136.3651.91-
YUV165.86139.93141.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=35.31%
G=29.01%
B=35.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851521870.010.1900.27296.5720.4766.47
HexB998BB11301B1291442
Octal27123027312303345124102
Binary101110011001100010111011110011011011100101001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998BB; }

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

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

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

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

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

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

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

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