#B09FB2

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

Shades of Lola #B09FB2

Tints of Lola #B09FB2

Color information

#B09FB2 (or 0xB09FB2) is unknown color: approx Lola. HEX triplet: B0, 9F and B2. RGB value is (176,159,178). Sum of RGB (Red+Green+Blue) = 176+159+178=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 178 - color contains mainly: blue. Hex color #B09FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FB2 is #4F604D. Grayscale: #A6A6A6. Windows color (decimal): -5201998 or 11706288. OLE color: 11706288.

HSL color Cylindrical-coordinate representation of color #B09FB2: hue angle of 293.68º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09FB2 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176159178-
CMYK0.010.1100.30
HSL293.68º10.98%66.08%-
HSV(B)293.68º10.67%69.8%-
XYZ38.3437.2447.29-
YUV166.25134.63134.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=34.31%
G=30.99%
B=34.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761591780.010.1100.30293.6810.9866.08
HexB09FB21B01E126b42
Octal26023726211303644613102
Binary1011000010011111101100101101101111010010011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FB2; }

 p { color: rgb(176,159,178); }

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

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

 a { background-color: rgb(176,159,178); }

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

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

 span { border-color: rgb(176,159,178); }

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