#B993BF

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

Shades of Lola #B993BF

Tints of Lola #B993BF

Color information

#B993BF (or 0xB993BF) is unknown color: approx Lola. HEX triplet: B9, 93 and BF. RGB value is (185,147,191). Sum of RGB (Red+Green+Blue) = 185+147+191=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #B993BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993BF is #466C40. Grayscale: #A3A3A3. Windows color (decimal): -4615233 or 12555193. OLE color: 12555193.

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

Color convert

RGB185147191-
CMYK0.030.2300.25
HSL291.82º25.58%66.27%-
HSV(B)291.82º23.04%74.9%-
XYZ39.8534.9453.93-
YUV163.38143.59143.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 191 (75% from 255) = 36.52%
R=35.37%
G=28.11%
B=36.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851471910.030.2300.25291.8225.5866.27
HexB993BF3170191241a42
Octal27122327732703144432102
Binary1011100110010011101111111110111011001100100100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993BF; }

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

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

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

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

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

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

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

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