Html Css Color HEX #B89BAA Lily

📋 copy color: '#B89BAA'

red 184 ◦ green 155 ◦ blue 170

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

Shades of Lily #B89BAA

Tints of Lily #B89BAA

RGB

 RED value IS 184 (72.27% from 255) = 36.15%

 GREEN value IS 155 (60.94% from 255) = 30.45%

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

R = 36.15%
G = 30.45%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B89BAA (or 0xB89BAA) is known color: Lily. HEX triplet: B8, 9B and AA. RGB value is (184,155,170). Sum of RGB (Red+Green+Blue) = 184+155+170=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 184 - color contains mainly: red. Hex color #B89BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89BAA is #476455. Grayscale: #A5A5A5. Windows color (decimal): -4678742 or 11180984. OLE color: 11180984.

HSL color Cylindrical-coordinate representation of color #B89BAA: hue angle of 328.97º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B89BAA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 155 170 -
CMYK 0 0.16 0.08 0.28
HSL 328.97º 0.17% 0.66% -
HSV(B) 328.97º 0.16% 0.72% -
XYZ 38.74 36.54 43.04 -
YUV 165.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 184 155 170 0 0.16 0.08 0.28 328.97 0.17 0.66
Hex B8 9B AA 0 10 8 1C 149 11 42
Octal 270 233 252 0 20 10 34 511 21 102
Binary 10111000 10011011 10101010 0 10000 1000 11100 101001001 10001 1000010

Color Harmonies of #B89BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89BAA

Black with #B89BAA

Text Example


Text Example

White with #B89BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89BAA; }

 p { color: rgb(184,155,170); }

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

background-color css

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

 a { background-color: rgb(184,155,170); }

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

border-color css

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

 span { border-color: rgb(184,155,170); }

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