Html Css Color HEX #B99FAA Lily

📋 copy color: '#B99FAA'

red 185 ◦ green 159 ◦ blue 170

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

Shades of Lily #B99FAA

Tints of Lily #B99FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.93%

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

R = 35.99%
G = 30.93%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B99FAA (or 0xB99FAA) is known color: Lily. HEX triplet: B9, 9F and AA. RGB value is (185,159,170). Sum of RGB (Red+Green+Blue) = 185+159+170=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FAA is #466055. Grayscale: #A8A8A8. Windows color (decimal): -4612182 or 11182009. OLE color: 11182009.

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

Color convert

RGB 185 159 170 -
CMYK 0 0.14 0.08 0.27
HSL 334.62º 0.16% 0.67% -
HSV(B) 334.62º 0.14% 0.73% -
XYZ 39.66 38.01 43.28 -
YUV 168.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 185 159 170 0 0.14 0.08 0.27 334.62 0.16 0.67
Hex B9 9F AA 0 E 8 1B 14F 10 43
Octal 271 237 252 0 16 10 33 517 20 103
Binary 10111001 10011111 10101010 0 1110 1000 11011 101001111 10000 1000011

Color Harmonies of #B99FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FAA

Black with #B99FAA

Text Example


Text Example

White with #B99FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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