Html Css Color HEX #B397A7 Lily

📋 copy color: '#B397A7'

red 179 ◦ green 151 ◦ blue 167

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

Shades of Lily #B397A7

Tints of Lily #B397A7

RGB

 RED value IS 179 (70.31% from 255) = 36.02%

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

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

R = 36.02%
G = 30.38%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B397A7 (or 0xB397A7) is known color: Lily. HEX triplet: B3, 97 and A7. RGB value is (179,151,167). Sum of RGB (Red+Green+Blue) = 179+151+167=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B397A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B397A7 is #4C6858. Grayscale: #A1A1A1. Windows color (decimal): -5007449 or 10983347. OLE color: 10983347.

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

Color convert

RGB 179 151 167 -
CMYK 0 0.16 0.07 0.30
HSL 325.71º 0.16% 0.65% -
HSV(B) 325.71º 0.16% 0.7% -
XYZ 36.63 34.51 41.29 -
YUV 161.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 179 151 167 0 0.16 0.07 0.30 325.71 0.16 0.65
Hex B3 97 A7 0 10 7 1E 146 10 41
Octal 263 227 247 0 20 7 36 506 20 101
Binary 10110011 10010111 10100111 0 10000 111 11110 101000110 10000 1000001

Color Harmonies of #B397A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397A7

Black with #B397A7

Text Example


Text Example

White with #B397A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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