Html Css Color HEX #B399A5 Shady Lady

📋 copy color: '#B399A5'

red 179 ◦ green 153 ◦ blue 165

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

Shades of Shady Lady #B399A5

Tints of Shady Lady #B399A5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.78%

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

R = 36.02%
G = 30.78%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B399A5 (or 0xB399A5) is known color: Shady Lady. HEX triplet: B3, 99 and A5. RGB value is (179,153,165). Sum of RGB (Red+Green+Blue) = 179+153+165=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B399A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B399A5 is #4C665A. Grayscale: #A2A2A2. Windows color (decimal): -5006939 or 10852787. OLE color: 10852787.

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

Color convert

RGB 179 153 165 -
CMYK 0 0.15 0.08 0.30
HSL 332.31º 0.15% 0.65% -
HSV(B) 332.31º 0.15% 0.7% -
XYZ 36.77 35.08 40.43 -
YUV 162.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 179 153 165 0 0.15 0.08 0.30 332.31 0.15 0.65
Hex B3 99 A5 0 F 8 1E 14C F 41
Octal 263 231 245 0 17 10 36 514 17 101
Binary 10110011 10011001 10100101 0 1111 1000 11110 101001100 1111 1000001

Color Harmonies of #B399A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399A5

Black with #B399A5

Text Example


Text Example

White with #B399A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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