Html Css Color HEX #BF86AD Lily

📋 copy color: '#BF86AD'

red 191 ◦ green 134 ◦ blue 173

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

Shades of Lily #BF86AD

Tints of Lily #BF86AD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.91%

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

R = 38.35%
G = 26.91%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF86AD (or 0xBF86AD) is known color: Lily. HEX triplet: BF, 86 and AD. RGB value is (191,134,173). Sum of RGB (Red+Green+Blue) = 191+134+173=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF86AD is #407952. Grayscale: #9B9B9B. Windows color (decimal): -4225363 or 11372223. OLE color: 11372223.

HSL color Cylindrical-coordinate representation of color #BF86AD: hue angle of 318.95º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF86AD is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 134 173 -
CMYK 0 0.30 0.09 0.25
HSL 318.95º 0.31% 0.64% -
HSV(B) 318.95º 0.3% 0.75% -
XYZ 37.55 31.14 43.57 -
YUV 155.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 191 134 173 0 0.30 0.09 0.25 318.95 0.31 0.64
Hex BF 86 AD 0 1E 9 19 13F 1F 40
Octal 277 206 255 0 36 11 31 477 37 100
Binary 10111111 10000110 10101101 0 11110 1001 11001 100111111 11111 1000000

Color Harmonies of #BF86AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF86AD

Black with #BF86AD

Text Example


Text Example

White with #BF86AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF86AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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