Html Css Color HEX #B498B9 Lola

📋 copy color: '#B498B9'

red 180 ◦ green 152 ◦ blue 185

#B498B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #B498B9

Tints of Lola #B498B9

RGB

 RED value IS 180 (70.7% from 255) = 34.82%

 GREEN value IS 152 (59.77% from 255) = 29.4%

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 34.82%
G = 29.4%
B = 35.78%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B498B9 (or 0xB498B9) is known color: 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

RGB 180 152 185 -
CMYK 0.03 0.18 0 0.27
HSL 290.91º 0.19% 0.66% -
HSV(B) 290.91º 0.18% 0.73% -
XYZ 38.81 35.66 50.74 -
YUV 164.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 180 152 185 0.03 0.18 0 0.27 290.91 0.19 0.66
Hex B4 98 B9 3 12 0 1B 123 13 42
Octal 264 230 271 3 22 0 33 443 23 102
Binary 10110100 10011000 10111001 11 10010 0 11011 100100011 10011 1000010

Color Harmonies of #B498B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498B9

Black with #B498B9

Text Example


Text Example

White with #B498B9

Text Example


Text Example

HTML Codes & Css Web 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>