#B994BE

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

Shades of Lola #B994BE

Tints of Lola #B994BE

Color information

#B994BE (or 0xB994BE) is unknown color: approx Lola. HEX triplet: B9, 94 and BE. RGB value is (185,148,190). Sum of RGB (Red+Green+Blue) = 185+148+190=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B994BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994BE is #466B41. Grayscale: #A3A3A3. Windows color (decimal): -4614978 or 12489913. OLE color: 12489913.

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

Color convert

RGB185148190-
CMYK0.030.2200.25
HSL292.86º24.42%66.27%-
HSV(B)292.86º22.11%74.51%-
XYZ39.8935.2153.41-
YUV163.85142.76143.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=35.37%
G=28.30%
B=36.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851481900.030.2200.25292.8624.4266.27
HexB994BE3160191251842
Octal27122427632603144530102
Binary1011100110010100101111101110110011001100100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994BE; }

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

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

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

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

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

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

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

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