Html Css Color HEX #BF86A6 Lily

📋 copy color: '#BF86A6'

red 191 ◦ green 134 ◦ blue 166

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

Shades of Lily #BF86A6

Tints of Lily #BF86A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 38.9%
G = 27.29%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF86A6 (or 0xBF86A6) is known color: Lily. HEX triplet: BF, 86 and A6. RGB value is (191,134,166). Sum of RGB (Red+Green+Blue) = 191+134+166=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF86A6 is #407959. Grayscale: #9A9A9A. Windows color (decimal): -4225370 or 10913471. OLE color: 10913471.

HSL color Cylindrical-coordinate representation of color #BF86A6: hue angle of 326.32º 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 #BF86A6 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 134 166 -
CMYK 0 0.30 0.13 0.25
HSL 326.32º 0.31% 0.64% -
HSV(B) 326.32º 0.3% 0.75% -
XYZ 36.89 30.88 40.09 -
YUV 154.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 191 134 166 0 0.30 0.13 0.25 326.32 0.31 0.64
Hex BF 86 A6 0 1E D 19 146 1F 40
Octal 277 206 246 0 36 15 31 506 37 100
Binary 10111111 10000110 10100110 0 11110 1101 11001 101000110 11111 1000000

Color Harmonies of #BF86A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF86A6

Black with #BF86A6

Text Example


Text Example

White with #BF86A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF86A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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