Html Css Color HEX #BF99AD Lily

📋 copy color: '#BF99AD'

red 191 ◦ green 153 ◦ blue 173

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

Shades of Lily #BF99AD

Tints of Lily #BF99AD

RGB

 RED value IS 191 (75% from 255) = 36.94%

 GREEN value IS 153 (60.16% from 255) = 29.59%

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 36.94%
G = 29.59%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF99AD (or 0xBF99AD) is known color: Lily. HEX triplet: BF, 99 and AD. RGB value is (191,153,173). Sum of RGB (Red+Green+Blue) = 191+153+173=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99AD is #406652. Grayscale: #A6A6A6. Windows color (decimal): -4220499 or 11377087. OLE color: 11377087.

HSL color Cylindrical-coordinate representation of color #BF99AD: hue angle of 328.42º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99AD is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 173 -
CMYK 0 0.20 0.09 0.25
HSL 328.42º 0.23% 0.67% -
HSV(B) 328.42º 0.2% 0.75% -
XYZ 40.42 36.88 44.52 -
YUV 166.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 191 153 173 0 0.20 0.09 0.25 328.42 0.23 0.67
Hex BF 99 AD 0 14 9 19 148 17 43
Octal 277 231 255 0 24 11 31 510 27 103
Binary 10111111 10011001 10101101 0 10100 1001 11001 101001000 10111 1000011

Color Harmonies of #BF99AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99AD

Black with #BF99AD

Text Example


Text Example

White with #BF99AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99AD; }

 p { color: rgb(191,153,173); }

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

background-color css

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

 a { background-color: rgb(191,153,173); }

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

border-color css

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

 span { border-color: rgb(191,153,173); }

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