Html Css Color HEX #B396A6 Lily

📋 copy color: '#B396A6'

red 179 ◦ green 150 ◦ blue 166

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

Shades of Lily #B396A6

Tints of Lily #B396A6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 36.16%
G = 30.3%
B = 33.54%

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

#B396A6 (or 0xB396A6) is known color: Lily. HEX triplet: B3, 96 and A6. RGB value is (179,150,166). Sum of RGB (Red+Green+Blue) = 179+150+166=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 179 - color contains mainly: red. Hex color #B396A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B396A6 is #4C6959. Grayscale: #A0A0A0. Windows color (decimal): -5007706 or 10917555. OLE color: 10917555.

HSL color Cylindrical-coordinate representation of color #B396A6: hue angle of 326.9º 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 #B396A6 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 150 166 -
CMYK 0 0.16 0.07 0.30
HSL 326.9º 0.16% 0.65% -
HSV(B) 326.9º 0.16% 0.7% -
XYZ 36.38 34.15 40.75 -
YUV 160.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 179 150 166 0 0.16 0.07 0.30 326.9 0.16 0.65
Hex B3 96 A6 0 10 7 1E 147 10 41
Octal 263 226 246 0 20 7 36 507 20 101
Binary 10110011 10010110 10100110 0 10000 111 11110 101000111 10000 1000001

Color Harmonies of #B396A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396A6

Black with #B396A6

Text Example


Text Example

White with #B396A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396A6; }

 p { color: rgb(179,150,166); }

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

background-color css

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

 a { background-color: rgb(179,150,166); }

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

border-color css

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

 span { border-color: rgb(179,150,166); }

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