Html Css Color HEX #B399AA Lily

📋 copy color: '#B399AA'

red 179 ◦ green 153 ◦ blue 170

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

Shades of Lily #B399AA

Tints of Lily #B399AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 35.66%
G = 30.48%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B399AA (or 0xB399AA) is known color: Lily. HEX triplet: B3, 99 and AA. RGB value is (179,153,170). Sum of RGB (Red+Green+Blue) = 179+153+170=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B399AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B399AA is #4C6655. Grayscale: #A2A2A2. Windows color (decimal): -5006934 or 11180467. OLE color: 11180467.

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

Color convert

RGB 179 153 170 -
CMYK 0 0.15 0.05 0.30
HSL 320.77º 0.15% 0.65% -
HSV(B) 320.77º 0.15% 0.7% -
XYZ 37.24 35.27 42.88 -
YUV 162.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 179 153 170 0 0.15 0.05 0.30 320.77 0.15 0.65
Hex B3 99 AA 0 F 5 1E 141 F 41
Octal 263 231 252 0 17 5 36 501 17 101
Binary 10110011 10011001 10101010 0 1111 101 11110 101000001 1111 1000001

Color Harmonies of #B399AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399AA

Black with #B399AA

Text Example


Text Example

White with #B399AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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