#B498BA

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

Shades of Lola #B498BA

Tints of Lola #B498BA

Color information

#B498BA (or 0xB498BA) is unknown color: approx Lola. HEX triplet: B4, 98 and BA. RGB value is (180,152,186). Sum of RGB (Red+Green+Blue) = 180+152+186=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B498BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498BA is #4B6745. Grayscale: #A4A4A4. Windows color (decimal): -4941638 or 12228788. OLE color: 12228788.

HSL color Cylindrical-coordinate representation of color #B498BA: hue angle of 289.41º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B498BA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180152186-
CMYK0.030.1800.27
HSL289.41º19.77%66.27%-
HSV(B)289.41º18.28%72.94%-
XYZ38.9135.751.3-
YUV164.25140.28139.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=34.75%
G=29.34%
B=35.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801521860.030.1800.27289.4119.7766.27
HexB498BA31201B1211442
Octal26423027232203344124102
Binary1011010010011000101110101110010011011100100001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498BA; }

 p { color: rgb(180,152,186); }

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

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

 a { background-color: rgb(180,152,186); }

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

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

 span { border-color: rgb(180,152,186); }

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