Html Css Color HEX #B99FAF Lily

📋 copy color: '#B99FAF'

red 185 ◦ green 159 ◦ blue 175

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

Shades of Lily #B99FAF

Tints of Lily #B99FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.72%

R = 35.65%
G = 30.64%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B99FAF (or 0xB99FAF) is known color: Lily. HEX triplet: B9, 9F and AF. RGB value is (185,159,175). Sum of RGB (Red+Green+Blue) = 185+159+175=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FAF is #466050. Grayscale: #A8A8A8. Windows color (decimal): -4612177 or 11509689. OLE color: 11509689.

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

Color convert

RGB 185 159 175 -
CMYK 0 0.14 0.05 0.27
HSL 323.08º 0.16% 0.67% -
HSV(B) 323.08º 0.14% 0.73% -
XYZ 40.14 38.21 45.82 -
YUV 168.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 185 159 175 0 0.14 0.05 0.27 323.08 0.16 0.67
Hex B9 9F AF 0 E 5 1B 143 10 43
Octal 271 237 257 0 16 5 33 503 20 103
Binary 10111001 10011111 10101111 0 1110 101 11011 101000011 10000 1000011

Color Harmonies of #B99FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FAF

Black with #B99FAF

Text Example


Text Example

White with #B99FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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