Html Css Color HEX #B99AAA Lily

📋 copy color: '#B99AAA'

red 185 ◦ green 154 ◦ blue 170

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

Shades of Lily #B99AAA

Tints of Lily #B99AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.26%

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

R = 36.35%
G = 30.26%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B99AAA (or 0xB99AAA) is known color: Lily. HEX triplet: B9, 9A and AA. RGB value is (185,154,170). Sum of RGB (Red+Green+Blue) = 185+154+170=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B99AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99AAA is #466555. Grayscale: #A5A5A5. Windows color (decimal): -4613462 or 11180729. OLE color: 11180729.

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

Color convert

RGB 185 154 170 -
CMYK 0 0.17 0.08 0.27
HSL 329.03º 0.18% 0.66% -
HSV(B) 329.03º 0.17% 0.73% -
XYZ 38.82 36.33 43 -
YUV 165.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 185 154 170 0 0.17 0.08 0.27 329.03 0.18 0.66
Hex B9 9A AA 0 11 8 1B 149 12 42
Octal 271 232 252 0 21 10 33 511 22 102
Binary 10111001 10011010 10101010 0 10001 1000 11011 101001001 10010 1000010

Color Harmonies of #B99AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99AAA

Black with #B99AAA

Text Example


Text Example

White with #B99AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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