#B09AB3

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

Shades of Lola #B09AB3

Tints of Lola #B09AB3

Color information

#B09AB3 (or 0xB09AB3) is unknown color: approx Lola. HEX triplet: B0, 9A and B3. RGB value is (176,154,179). Sum of RGB (Red+Green+Blue) = 176+154+179=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 179 - color contains mainly: blue. Hex color #B09AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09AB3 is #4F654C. Grayscale: #A3A3A3. Windows color (decimal): -5203277 or 11770544. OLE color: 11770544.

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

Color convert

RGB176154179-
CMYK0.020.1400.30
HSL292.8º14.12%65.29%-
HSV(B)292.8º13.97%70.2%-
XYZ37.635.647.54-
YUV163.43136.79136.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=34.58%
G=30.26%
B=35.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761541790.020.1400.30292.814.1265.29
HexB09AB32E01E125e41
Octal26023226321603644516101
Binary10110000100110101011001110111001111010010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AB3; }

 p { color: rgb(176,154,179); }

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

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

 a { background-color: rgb(176,154,179); }

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

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

 span { border-color: rgb(176,154,179); }

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