#B994BF

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

Shades of Lola #B994BF

Tints of Lola #B994BF

Color information

#B994BF (or 0xB994BF) is unknown color: approx Lola. HEX triplet: B9, 94 and BF. RGB value is (185,148,191). Sum of RGB (Red+Green+Blue) = 185+148+191=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #B994BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994BF is #466B40. Grayscale: #A3A3A3. Windows color (decimal): -4614977 or 12555449. OLE color: 12555449.

HSL color Cylindrical-coordinate representation of color #B994BF: hue angle of 291.63º degrees, saturation: 0.25, 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 #B994BF is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185148191-
CMYK0.030.2300.25
HSL291.63º25.15%66.47%-
HSV(B)291.63º22.51%74.9%-
XYZ4035.2653.99-
YUV163.96143.26143-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 191 (75% from 255) = 36.45%
R=35.31%
G=28.24%
B=36.45%

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
Decimal1851481910.030.2300.25291.6325.1566.47
HexB994BF3170191241942
Octal27122427732703144431102
Binary1011100110010100101111111110111011001100100100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994BF; }

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

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

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

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

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

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

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

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