Html Css Color HEX #B497BA Lola

📋 copy color: '#B497BA'

red 180 ◦ green 151 ◦ blue 186

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

Shades of Lola #B497BA

Tints of Lola #B497BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.21%

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 34.82%
G = 29.21%
B = 35.98%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B497BA (or 0xB497BA) is known color: Lola. HEX triplet: B4, 97 and BA. RGB value is (180,151,186). Sum of RGB (Red+Green+Blue) = 180+151+186=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #B497BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497BA is #4B6845. Grayscale: #A3A3A3. Windows color (decimal): -4941894 or 12228532. OLE color: 12228532.

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

Color convert

RGB 180 151 186 -
CMYK 0.03 0.19 0 0.27
HSL 289.71º 0.2% 0.66% -
HSV(B) 289.71º 0.19% 0.73% -
XYZ 38.75 35.38 51.24 -
YUV 163.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 180 151 186 0.03 0.19 0 0.27 289.71 0.2 0.66
Hex B4 97 BA 3 13 0 1B 122 14 42
Octal 264 227 272 3 23 0 33 442 24 102
Binary 10110100 10010111 10111010 11 10011 0 11011 100100010 10100 1000010

Color Harmonies of #B497BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497BA

Black with #B497BA

Text Example


Text Example

White with #B497BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497BA; }

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

 H1.HeaderClassName
 {
   color: #B497BA;
 }
 .AnyTagClassName
 {
   color: #B497BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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