#B498B9

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

Shades of Lola #B498B9

Tints of Lola #B498B9

Color information

#B498B9 (or 0xB498B9) is unknown color: approx Lola. HEX triplet: B4, 98 and B9. RGB value is (180,152,185). Sum of RGB (Red+Green+Blue) = 180+152+185=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 185 - color contains mainly: blue. Hex color #B498B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498B9 is #4B6746. Grayscale: #A4A4A4. Windows color (decimal): -4941639 or 12163252. OLE color: 12163252.

HSL color Cylindrical-coordinate representation of color #B498B9: hue angle of 290.91º degrees, saturation: 0.19, 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 #B498B9 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180152185-
CMYK0.030.1800.27
HSL290.91º19.08%66.08%-
HSV(B)290.91º17.84%72.55%-
XYZ38.8135.6650.74-
YUV164.13139.78139.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=34.82%
G=29.40%
B=35.78%

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
Decimal1801521850.030.1800.27290.9119.0866.08
HexB498B931201B1231342
Octal26423027132203344323102
Binary1011010010011000101110011110010011011100100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498B9; }

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

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

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

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

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

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

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

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