Html Css Color HEX #B497A7 Lily

📋 copy color: '#B497A7'

red 180 ◦ green 151 ◦ blue 167

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

Shades of Lily #B497A7

Tints of Lily #B497A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.53%

R = 36.14%
G = 30.32%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B497A7 (or 0xB497A7) is known color: Lily. HEX triplet: B4, 97 and A7. RGB value is (180,151,167). Sum of RGB (Red+Green+Blue) = 180+151+167=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B497A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B497A7 is #4B6858. Grayscale: #A1A1A1. Windows color (decimal): -4941913 or 10983348. OLE color: 10983348.

HSL color Cylindrical-coordinate representation of color #B497A7: hue angle of 326.9º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B497A7 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 167 -
CMYK 0 0.16 0.07 0.29
HSL 326.9º 0.16% 0.65% -
HSV(B) 326.9º 0.16% 0.71% -
XYZ 36.86 34.63 41.3 -
YUV 161.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 180 151 167 0 0.16 0.07 0.29 326.9 0.16 0.65
Hex B4 97 A7 0 10 7 1D 147 10 41
Octal 264 227 247 0 20 7 35 507 20 101
Binary 10110100 10010111 10100111 0 10000 111 11101 101000111 10000 1000001

Color Harmonies of #B497A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497A7

Black with #B497A7

Text Example


Text Example

White with #B497A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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