#B998C1

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

Shades of Lola #B998C1

Tints of Lola #B998C1

Color information

#B998C1 (or 0xB998C1) is unknown color: approx Lola. HEX triplet: B9, 98 and C1. RGB value is (185,152,193). Sum of RGB (Red+Green+Blue) = 185+152+193=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #B998C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998C1 is #46673E. Grayscale: #A6A6A6. Windows color (decimal): -4613951 or 12687545. OLE color: 12687545.

HSL color Cylindrical-coordinate representation of color #B998C1: hue angle of 288.29º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B998C1 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185152193-
CMYK0.040.2100.24
HSL288.29º24.85%67.65%-
HSV(B)288.29º21.24%75.69%-
XYZ40.8636.6255.37-
YUV166.54142.93141.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=34.91%
G=28.68%
B=36.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851521930.040.2100.24288.2924.8567.65
HexB998C14150181201944
Octal27123030142503044031104
Binary10111001100110001100000110010101011000100100000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998C1; }

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

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

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

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

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

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

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

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