Html Css Color HEX #B99FAB Lily

📋 copy color: '#B99FAB'

red 185 ◦ green 159 ◦ blue 171

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

Shades of Lily #B99FAB

Tints of Lily #B99FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 35.92%
G = 30.87%
B = 33.2%

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

#B99FAB (or 0xB99FAB) is known color: Lily. HEX triplet: B9, 9F and AB. RGB value is (185,159,171). Sum of RGB (Red+Green+Blue) = 185+159+171=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FAB is #466054. Grayscale: #A8A8A8. Windows color (decimal): -4612181 or 11247545. OLE color: 11247545.

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

Color convert

RGB 185 159 171 -
CMYK 0 0.14 0.08 0.27
HSL 332.31º 0.16% 0.67% -
HSV(B) 332.31º 0.14% 0.73% -
XYZ 39.76 38.05 43.78 -
YUV 168.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 185 159 171 0 0.14 0.08 0.27 332.31 0.16 0.67
Hex B9 9F AB 0 E 8 1B 14C 10 43
Octal 271 237 253 0 16 10 33 514 20 103
Binary 10111001 10011111 10101011 0 1110 1000 11011 101001100 10000 1000011

Color Harmonies of #B99FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FAB

Black with #B99FAB

Text Example


Text Example

White with #B99FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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