#B994BD

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

Shades of Lola #B994BD

Tints of Lola #B994BD

Color information

#B994BD (or 0xB994BD) is unknown color: approx Lola. HEX triplet: B9, 94 and BD. RGB value is (185,148,189). Sum of RGB (Red+Green+Blue) = 185+148+189=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #B994BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994BD is #466B42. Grayscale: #A3A3A3. Windows color (decimal): -4614979 or 12424377. OLE color: 12424377.

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

Color convert

RGB185148189-
CMYK0.020.2200.26
HSL294.15º23.7%66.08%-
HSV(B)294.15º21.69%74.12%-
XYZ39.7835.1752.84-
YUV163.74142.26143.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=35.44%
G=28.35%
B=36.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851481890.020.2200.26294.1523.766.08
HexB994BD21601A1261842
Octal27122427522603244630102
Binary1011100110010100101111011010110011010100100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994BD; }

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

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

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

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

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

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

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

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