Html Css Color HEX #B498BA Lola

📋 copy color: '#B498BA'

red 180 ◦ green 152 ◦ blue 186

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

Shades of Lola #B498BA

Tints of Lola #B498BA

RGB

 RED value IS 180 (70.7% 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 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

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

RGB 180 152 186 -
CMYK 0.03 0.18 0 0.27
HSL 289.41º 0.2% 0.66% -
HSV(B) 289.41º 0.18% 0.73% -
XYZ 38.91 35.7 51.3 -
YUV 164.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 180 152 186 0.03 0.18 0 0.27 289.41 0.2 0.66
Hex B4 98 BA 3 12 0 1B 121 14 42
Octal 264 230 272 3 22 0 33 441 24 102
Binary 10110100 10011000 10111010 11 10010 0 11011 100100001 10100 1000010

Color Harmonies of #B498BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498BA

Black with #B498BA

Text Example


Text Example

White with #B498BA

Text Example


Text Example

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