Html Css Color HEX #B394A7 Lily

📋 copy color: '#B394A7'

red 179 ◦ green 148 ◦ blue 167

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

Shades of Lily #B394A7

Tints of Lily #B394A7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.96%

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

R = 36.23%
G = 29.96%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B394A7 (or 0xB394A7) is known color: Lily. HEX triplet: B3, 94 and A7. RGB value is (179,148,167). Sum of RGB (Red+Green+Blue) = 179+148+167=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B394A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B394A7 is #4C6B58. Grayscale: #9F9F9F. Windows color (decimal): -5008217 or 10982579. OLE color: 10982579.

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

Color convert

RGB 179 148 167 -
CMYK 0 0.17 0.07 0.30
HSL 323.23º 0.17% 0.64% -
HSV(B) 323.23º 0.17% 0.7% -
XYZ 36.16 33.55 41.13 -
YUV 159.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 179 148 167 0 0.17 0.07 0.30 323.23 0.17 0.64
Hex B3 94 A7 0 11 7 1E 143 11 40
Octal 263 224 247 0 21 7 36 503 21 100
Binary 10110011 10010100 10100111 0 10001 111 11110 101000011 10001 1000000

Color Harmonies of #B394A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394A7

Black with #B394A7

Text Example


Text Example

White with #B394A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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