Html Css Color HEX #B396A5 Shady Lady

📋 copy color: '#B396A5'

red 179 ◦ green 150 ◦ blue 165

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

Shades of Shady Lady #B396A5

Tints of Shady Lady #B396A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.4%

R = 36.23%
G = 30.36%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B396A5 (or 0xB396A5) is known color: Shady Lady. HEX triplet: B3, 96 and A5. RGB value is (179,150,165). Sum of RGB (Red+Green+Blue) = 179+150+165=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B396A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B396A5 is #4C695A. Grayscale: #A0A0A0. Windows color (decimal): -5007707 or 10852019. OLE color: 10852019.

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

Color convert

RGB 179 150 165 -
CMYK 0 0.16 0.08 0.30
HSL 328.97º 0.16% 0.65% -
HSV(B) 328.97º 0.16% 0.7% -
XYZ 36.29 34.11 40.27 -
YUV 160.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 179 150 165 0 0.16 0.08 0.30 328.97 0.16 0.65
Hex B3 96 A5 0 10 8 1E 149 10 41
Octal 263 226 245 0 20 10 36 511 20 101
Binary 10110011 10010110 10100101 0 10000 1000 11110 101001001 10000 1000001

Color Harmonies of #B396A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396A5

Black with #B396A5

Text Example


Text Example

White with #B396A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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