Html Css Color HEX #B99BAA Lily

📋 copy color: '#B99BAA'

red 185 ◦ green 155 ◦ blue 170

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

Shades of Lily #B99BAA

Tints of Lily #B99BAA

RGB

 RED value IS 185 (72.66% from 255) = 36.27%

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

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

R = 36.27%
G = 30.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B99BAA (or 0xB99BAA) is known color: Lily. HEX triplet: B9, 9B and AA. RGB value is (185,155,170). Sum of RGB (Red+Green+Blue) = 185+155+170=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B99BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99BAA is #466455. Grayscale: #A5A5A5. Windows color (decimal): -4613206 or 11180985. OLE color: 11180985.

HSL color Cylindrical-coordinate representation of color #B99BAA: hue angle of 330º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B99BAA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 155 170 -
CMYK 0 0.16 0.08 0.27
HSL 330º 0.18% 0.67% -
HSV(B) 330º 0.16% 0.73% -
XYZ 38.98 36.66 43.05 -
YUV 165.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 185 155 170 0 0.16 0.08 0.27 330 0.18 0.67
Hex B9 9B AA 0 10 8 1B 14A 12 43
Octal 271 233 252 0 20 10 33 512 22 103
Binary 10111001 10011011 10101010 0 10000 1000 11011 101001010 10010 1000011

Color Harmonies of #B99BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BAA

Black with #B99BAA

Text Example


Text Example

White with #B99BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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