Html Css Color HEX #B99DAC Lily

📋 copy color: '#B99DAC'

red 185 ◦ green 157 ◦ blue 172

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

Shades of Lily #B99DAC

Tints of Lily #B99DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.54%

 BLUE value IS 172 (67.58% from 255) = 33.46%

R = 35.99%
G = 30.54%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B99DAC (or 0xB99DAC) is known color: Lily. HEX triplet: B9, 9D and AC. RGB value is (185,157,172). Sum of RGB (Red+Green+Blue) = 185+157+172=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DAC is #466253. Grayscale: #A7A7A7. Windows color (decimal): -4612692 or 11312569. OLE color: 11312569.

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

Color convert

RGB 185 157 172 -
CMYK 0 0.15 0.07 0.27
HSL 327.86º 0.17% 0.67% -
HSV(B) 327.86º 0.15% 0.73% -
XYZ 39.51 37.41 44.17 -
YUV 167.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 185 157 172 0 0.15 0.07 0.27 327.86 0.17 0.67
Hex B9 9D AC 0 F 7 1B 148 11 43
Octal 271 235 254 0 17 7 33 510 21 103
Binary 10111001 10011101 10101100 0 1111 111 11011 101001000 10001 1000011

Color Harmonies of #B99DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DAC

Black with #B99DAC

Text Example


Text Example

White with #B99DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DAC; }

 p { color: rgb(185,157,172); }

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

background-color css

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

 a { background-color: rgb(185,157,172); }

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

border-color css

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

 span { border-color: rgb(185,157,172); }

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